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