NSBezierPath.ElementAt 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- index
- System.System.IntPtr System.nativeint
返回
- 属性
适用于
ElementAt(nint, CGPoint[])
public AppKit.NSBezierPathElement ElementAt (nint index, out CoreGraphics.CGPoint[] points);
member this.ElementAt : nint * -> AppKit.NSBezierPathElement
参数
- index
- System.System.IntPtr System.nativeint
- points
- CGPoint[]