NSLevelIndicator 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
NSLevelIndicator() | |
NSLevelIndicator(CGRect) | |
NSLevelIndicator(NSCoder) | |
NSLevelIndicator(NSObjectFlag) | |
NSLevelIndicator(IntPtr) |
NSLevelIndicator()
NSLevelIndicator(CGRect)
[Foundation.Export("initWithFrame:")]
public NSLevelIndicator (CoreGraphics.CGRect frameRect);
new AppKit.NSLevelIndicator : CoreGraphics.CGRect -> AppKit.NSLevelIndicator
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSLevelIndicator(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSLevelIndicator (Foundation.NSCoder coder);
new AppKit.NSLevelIndicator : Foundation.NSCoder -> AppKit.NSLevelIndicator
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSLevelIndicator(NSObjectFlag)
protected NSLevelIndicator (Foundation.NSObjectFlag t);
new AppKit.NSLevelIndicator : Foundation.NSObjectFlag -> AppKit.NSLevelIndicator
Parameters
Applies to
NSLevelIndicator(IntPtr)
protected internal NSLevelIndicator (IntPtr handle);
new AppKit.NSLevelIndicator : nativeint -> AppKit.NSLevelIndicator
Parameters
- handle
-
IntPtr
nativeint