MonobjcMonobjc Documented Class Library
ElementAtIndexAssociatedPoints Method (index, points)
NamespacesMonobjc.AppKitNSBezierPathElementAtIndexAssociatedPoints(NSInteger, IntPtr)

Gets the element type and (and optionally) the associated points for the path element at the specified index.

Original signature is '- (NSBezierPathElement)elementAtIndex:(NSInteger)index associatedPoints:(NSPointArray)points'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSBezierPathElement ElementAtIndexAssociatedPoints(
	NSInteger index,
	IntPtr points
)
Public Overridable Function ElementAtIndexAssociatedPoints ( _
	index As NSInteger, _
	points As IntPtr _
) As NSBezierPathElement
public:
virtual NSBezierPathElement ElementAtIndexAssociatedPoints(
	NSInteger index, 
	IntPtr points
)
Parameters
index (NSInteger)
The index of the desired path element.
points (IntPtr)
On input, a C-style array containing up to three NSPoint data types, or NULL if you do not want the points. On output, the data points associated with the specified path element.
Return Value
The type of the path element. For a list of constants, see “NSBezierPathElement.”
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)