NSForm 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
NSForm() | |
NSForm(CGRect) | |
NSForm(NSCoder) | |
NSForm(NSObjectFlag) | |
NSForm(IntPtr) | |
NSForm(CGRect, NSMatrixMode, NSCell, nint, nint) | |
NSForm(CGRect, NSMatrixMode, Class, nint, nint) |
NSForm()
NSForm(CGRect)
[Foundation.Export("initWithFrame:")]
public NSForm (CoreGraphics.CGRect frameRect);
new AppKit.NSForm : CoreGraphics.CGRect -> AppKit.NSForm
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSForm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSForm (Foundation.NSCoder coder);
new AppKit.NSForm : Foundation.NSCoder -> AppKit.NSForm
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSForm(NSObjectFlag)
protected NSForm (Foundation.NSObjectFlag t);
new AppKit.NSForm : Foundation.NSObjectFlag -> AppKit.NSForm
Parameters
Applies to
NSForm(IntPtr)
protected internal NSForm (IntPtr handle);
new AppKit.NSForm : nativeint -> AppKit.NSForm
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSForm(CGRect, NSMatrixMode, NSCell, nint, nint)
[Foundation.Export("initWithFrame:mode:prototype:numberOfRows:numberOfColumns:")]
public NSForm (CoreGraphics.CGRect frameRect, AppKit.NSMatrixMode aMode, AppKit.NSCell aCell, nint rowsHigh, nint colsWide);
new AppKit.NSForm : CoreGraphics.CGRect * AppKit.NSMatrixMode * AppKit.NSCell * nint * nint -> AppKit.NSForm
Parameters
- frameRect
- CGRect
- aMode
- NSMatrixMode
- aCell
- NSCell
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Attributes
Applies to
NSForm(CGRect, NSMatrixMode, Class, nint, nint)
[Foundation.Export("initWithFrame:mode:cellClass:numberOfRows:numberOfColumns:")]
public NSForm (CoreGraphics.CGRect frameRect, AppKit.NSMatrixMode aMode, ObjCRuntime.Class factoryId, nint rowsHigh, nint colsWide);
new AppKit.NSForm : CoreGraphics.CGRect * AppKit.NSMatrixMode * ObjCRuntime.Class * nint * nint -> AppKit.NSForm
Parameters
- frameRect
- CGRect
- aMode
- NSMatrixMode
- factoryId
- Class
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Attributes