Returns the type of path element at the specified index.
Original signature is '- (NSBezierPathElement)elementAtIndex:(NSInteger)index'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSBezierPathElement ElementAtIndex( NSInteger index )
Public Overridable Function ElementAtIndex ( _ index As NSInteger _ ) As NSBezierPathElement
public: virtual NSBezierPathElement ElementAtIndex( NSInteger index )

- index (NSInteger)
- The index of the desired path element.

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)