NSForm Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- frameRect
- CGRect
- Attribute
Gilt für:
NSForm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSForm (Foundation.NSCoder coder);
new AppKit.NSForm : Foundation.NSCoder -> AppKit.NSForm
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSForm(NSObjectFlag)
protected NSForm (Foundation.NSObjectFlag t);
new AppKit.NSForm : Foundation.NSObjectFlag -> AppKit.NSForm
Parameter
Gilt für:
NSForm(IntPtr)
protected internal NSForm (IntPtr handle);
new AppKit.NSForm : nativeint -> AppKit.NSForm
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
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
Parameter
- frameRect
- CGRect
- aMode
- NSMatrixMode
- aCell
- NSCell
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Attribute
Gilt für:
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
Parameter
- frameRect
- CGRect
- aMode
- NSMatrixMode
- factoryId
- Class
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Attribute