Share via


NSBezierPath.ElementAt Method

Definition

Overloads

ElementAt(IntPtr)

[Foundation.Export("elementAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSBezierPathElement ElementAt(IntPtr index);
[<Foundation.Export("elementAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ElementAt : nativeint -> AppKit.NSBezierPathElement
override this.ElementAt : nativeint -> AppKit.NSBezierPathElement

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to

ElementAt(IntPtr, CGPoint[])

public AppKit.NSBezierPathElement ElementAt(IntPtr index, out CoreGraphics.CGPoint[] points);
member this.ElementAt : nativeint * CGPoint[] -> AppKit.NSBezierPathElement

Parameters

index
IntPtr

nativeint

points
CGPoint[]

Returns

Applies to