Partager via


NSLevelIndicator Constructeurs

Définition

Surcharges

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

NSLevelIndicator()

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

S’applique à

NSLevelIndicator(CGRect)

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

Paramètres

frameRect
CGRect
Attributs

S’applique à

NSLevelIndicator(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSLevelIndicator(NSObjectFlag)

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

Paramètres

S’applique à

NSLevelIndicator(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à