MonobjcMonobjc Documented Class Library
AppendBezierPathWithPointsCount Method (points, count)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPathWithPointsCount(IntPtr, NSInteger)

Appends a series of line segments to the receiver’s path.

Original signature is '- (void)appendBezierPathWithPoints:(NSPointArray)points count:(NSInteger)count'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPathWithPointsCount(
	IntPtr points,
	NSInteger count
)
Public Overridable Sub AppendBezierPathWithPointsCount ( _
	points As IntPtr, _
	count As NSInteger _
)
public:
virtual void AppendBezierPathWithPointsCount(
	IntPtr points, 
	NSInteger count
)
Parameters
points (IntPtr)
A C-style array of NSPoint data types, each of which contains the end point of the next line segment.
count (NSInteger)
The number of points in the points parameter.
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)