MonobjcMonobjc Documented Class Library
CopyPath Method (context)
NamespacesMonobjc.ApplicationServicesCGContextCopyPath(IntPtr)

Returns a Quartz path object built from the current path information in a graphics context.

Original signature is 'CGPathRef CGContextCopyPath( CGContextRef context );'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CopyPath(
	IntPtr context
)
Public Shared Function CopyPath ( _
	context As IntPtr _
) As IntPtr
public:
static IntPtr CopyPath(
	IntPtr context
)
Parameters
context (IntPtr)
MISSING
Return Value
A Quartz path object containing the current path data.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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