Düzenle

Aracılığıyla paylaş


NSRuleEditor Constructors

Definition

Overloads

NSRuleEditor()
NSRuleEditor(CGRect)
NSRuleEditor(NSCoder)
NSRuleEditor(NSObjectFlag)
NSRuleEditor(IntPtr)

NSRuleEditor()

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

Applies to

NSRuleEditor(CGRect)

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

Parameters

frameRect
CGRect
Attributes

Applies to

NSRuleEditor(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSRuleEditor(NSObjectFlag)

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

Parameters

Applies to

NSRuleEditor(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to