次の方法で共有


NSBezierPath コンストラクター

定義

オーバーロード

NSBezierPath()
NSBezierPath(NSCoder)
NSBezierPath(NSObjectFlag)
NSBezierPath(IntPtr)

NSBezierPath()

[Foundation.Export("init")]
public NSBezierPath ();
属性

適用対象

NSBezierPath(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSBezierPath (Foundation.NSCoder coder);
new AppKit.NSBezierPath : Foundation.NSCoder -> AppKit.NSBezierPath

パラメーター

coder
NSCoder
属性

適用対象

NSBezierPath(NSObjectFlag)

protected NSBezierPath (Foundation.NSObjectFlag t);
new AppKit.NSBezierPath : Foundation.NSObjectFlag -> AppKit.NSBezierPath

パラメーター

適用対象

NSBezierPath(IntPtr)

protected internal NSBezierPath (IntPtr handle);
new AppKit.NSBezierPath : nativeint -> AppKit.NSBezierPath

パラメーター

handle
IntPtr

nativeint

適用対象