NSPathControl Constructors
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
NSPathControl() | |
NSPathControl(CGRect) | |
NSPathControl(NSCoder) | |
NSPathControl(NSObjectFlag) | |
NSPathControl(IntPtr) |
NSPathControl()
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