MonobjcMonobjc Documented Class Library
AddPath Method (path1, m, path2)
NamespacesMonobjc.ApplicationServicesCGPathAddPath(IntPtr, IntPtr, IntPtr)

Appends a path to onto a mutable graphics path.

Original signature is 'void CGPathAddPath ( CGMutablePathRef path1, const CGAffineTransform *m, CGPathRef path2 );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void AddPath(
	IntPtr path1,
	IntPtr m,
	IntPtr path2
)
Public Shared Sub AddPath ( _
	path1 As IntPtr, _
	m As IntPtr, _
	path2 As IntPtr _
)
public:
static void AddPath(
	IntPtr path1, 
	IntPtr m, 
	IntPtr path2
)
Parameters
path1 (IntPtr)
MISSING
m (IntPtr)
MISSING
path2 (IntPtr)
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)