MonobjcMonobjc Documented Class Library
TranslateCTM Method (c, tx, ty)
NamespacesMonobjc.ApplicationServicesCGContextTranslateCTM(IntPtr, CGFloat, CGFloat)

Changes the origin of the user coordinate system in a context.

Original signature is 'void CGContextTranslateCTM ( CGContextRef c, CGFloat tx, CGFloat ty );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void TranslateCTM(
	IntPtr c,
	CGFloat tx,
	CGFloat ty
)
Public Shared Sub TranslateCTM ( _
	c As IntPtr, _
	tx As CGFloat, _
	ty As CGFloat _
)
public:
static void TranslateCTM(
	IntPtr c, 
	CGFloat tx, 
	CGFloat ty
)
Parameters
c (IntPtr)
MISSING
tx (CGFloat)
MISSING
ty (CGFloat)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)