Handbook
Glossary
CGContextFillRect ( c rect -- )
Vocabulary
core-graphics
Inputs
c
an
object
rect
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGContextFillRect
(
CGContextRef
c,
CGRect
rect )