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