MonobjcMonobjc Documented Class Library
AddLines Method (path, m, points, count)
NamespacesMonobjc.ApplicationServicesCGPathAddLines(IntPtr, IntPtr, IntPtr, NSUInteger)

Appends an array of new line segments to a mutable graphics path.

Original signature is 'void CGPathAddLines ( CGMutablePathRef path, const CGAffineTransform *m, const CGPoint points[], size_t count );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void AddLines(
	IntPtr path,
	IntPtr m,
	IntPtr points,
	NSUInteger count
)
Public Shared Sub AddLines ( _
	path As IntPtr, _
	m As IntPtr, _
	points As IntPtr, _
	count As NSUInteger _
)
public:
static void AddLines(
	IntPtr path, 
	IntPtr m, 
	IntPtr points, 
	NSUInteger count
)
Parameters
path (IntPtr)
MISSING
m (IntPtr)
MISSING
points (IntPtr)
MISSING
count (NSUInteger)
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)