NSBezierPath.ElementAt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ElementAt(nint) | |
ElementAt(nint, CGPoint[]) |
ElementAt(nint)
[Foundation.Export("elementAtIndex:")]
public virtual AppKit.NSBezierPathElement ElementAt (nint index);
abstract member ElementAt : nint -> AppKit.NSBezierPathElement
override this.ElementAt : nint -> AppKit.NSBezierPathElement
Parameters
- index
- System.System.IntPtr System.nativeint
Returns
- Attributes
Applies to
ElementAt(nint, CGPoint[])
public AppKit.NSBezierPathElement ElementAt (nint index, out CoreGraphics.CGPoint[] points);
member this.ElementAt : nint * -> AppKit.NSBezierPathElement
Parameters
- index
- System.System.IntPtr System.nativeint
- points
- CGPoint[]