Handbook
Glossary
CGContextTranslateCTM ( c tx ty -- )
Vocabulary
core-graphics
Inputs
c
an
object
tx
an
object
ty
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGContextTranslateCTM
(
CGContextRef
c,
CGFloat
tx,
CGFloat
ty )