NSPathControl Constructors

Definition

Overloads

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

NSPathControl()

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

Applies to

NSPathControl(CGRect)

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

Parameters

frameRect
CGRect
Attributes

Applies to

NSPathControl(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSPathControl(NSObjectFlag)

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

Parameters

Applies to

NSPathControl(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to