MonobjcMonobjc Documented Class Library
CreateCopy Method (path)
NamespacesMonobjc.ApplicationServicesCGPathCreateCopy(IntPtr)

Creates an immutable copy of a graphics path.

Original signature is 'CGPathRef CGPathCreateCopy ( CGPathRef path );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateCopy(
	IntPtr path
)
Public Shared Function CreateCopy ( _
	path As IntPtr _
) As IntPtr
public:
static IntPtr CreateCopy(
	IntPtr path
)
Parameters
path (IntPtr)
MISSING
Return Value
A new, immutable copy of the specified path. You are responsible for releasing this object.
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)