MonobjcMonobjc Documented Class Library
ElementAtIndex Method (index)
NamespacesMonobjc.AppKitNSBezierPathElementAtIndex(NSInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSBezierPathElement ElementAtIndex(
	NSInteger index
)
Public Overridable Function ElementAtIndex ( _
	index As NSInteger _
) As NSBezierPathElement
public:
virtual NSBezierPathElement ElementAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index of the desired 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)