次の方法で共有


NSPathControl コンストラクター

定義

オーバーロード

NSPathControl()
NSPathControl(CGRect)
NSPathControl(NSCoder)
NSPathControl(NSObjectFlag)
NSPathControl(IntPtr)

NSPathControl()

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

適用対象

NSPathControl(CGRect)

[Foundation.Export("initWithFrame:")]
public NSPathControl (CoreGraphics.CGRect frameRect);
new AppKit.NSPathControl : CoreGraphics.CGRect -> AppKit.NSPathControl

パラメーター

frameRect
CGRect
属性

適用対象

NSPathControl(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSPathControl(NSObjectFlag)

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

パラメーター

適用対象

NSPathControl(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象