MonobjcMonobjc Documented Class Library
CreateMutableCopy Method (path)
NamespacesMonobjc.ApplicationServicesCGPathCreateMutableCopy(IntPtr)

Creates a mutable copy of an existing graphics path.

Original signature is 'CGMutablePathRef CGPathCreateMutableCopy ( CGPathRef path );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateMutableCopy(
	IntPtr path
)
Public Shared Function CreateMutableCopy ( _
	path As IntPtr _
) As IntPtr
public:
static IntPtr CreateMutableCopy(
	IntPtr path
)
Parameters
path (IntPtr)
MISSING
Return Value
A new, mutable, 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)