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.

C# | Visual Basic | Visual 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 )

The type of the path element. For a list of constants, see “NSBezierPathElement.”

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)