MonobjcMonobjc Documented Class Library
StrokeLineSegments Method (c, points, count)
NamespacesMonobjc.ApplicationServicesCGContextStrokeLineSegments(IntPtr, IntPtr, NSUInteger)

Strokes a sequence of line segments.

Original signature is 'void CGContextStrokeLineSegments ( CGContextRef c, const CGPoint points[], size_t count );'

Available in Mac OS X v10.4 and later.

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