NSLevelIndicator Constructors

Definition

Overloads

NSLevelIndicator()
NSLevelIndicator(CGRect)
NSLevelIndicator(NSCoder)
NSLevelIndicator(NSObjectFlag)
NSLevelIndicator(IntPtr)

NSLevelIndicator()

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

Applies to

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

Applies to