MonobjcMonobjc Documented Class Library
MoveToPoint Method (c, x, y)
NamespacesMonobjc.ApplicationServicesCGContextMoveToPoint(IntPtr, CGFloat, CGFloat)

Begins a new subpath at the point you specify.

Original signature is 'void CGContextMoveToPoint ( CGContextRef c, CGFloat x, CGFloat y );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void MoveToPoint(
	IntPtr c,
	CGFloat x,
	CGFloat y
)
Public Shared Sub MoveToPoint ( _
	c As IntPtr, _
	x As CGFloat, _
	y As CGFloat _
)
public:
static void MoveToPoint(
	IntPtr c, 
	CGFloat x, 
	CGFloat y
)
Parameters
c (IntPtr)
MISSING
x (CGFloat)
MISSING
y (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)