NSForm Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- frameRect
- CGRect
- Atributos
Aplica-se a
NSForm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSForm (Foundation.NSCoder coder);
new AppKit.NSForm : Foundation.NSCoder -> AppKit.NSForm
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSForm(NSObjectFlag)
protected NSForm (Foundation.NSObjectFlag t);
new AppKit.NSForm : Foundation.NSObjectFlag -> AppKit.NSForm
Parâmetros
Aplica-se a
NSForm(IntPtr)
protected internal NSForm (IntPtr handle);
new AppKit.NSForm : nativeint -> AppKit.NSForm
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
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
Parâmetros
- frameRect
- CGRect
- aMode
- NSMatrixMode
- aCell
- NSCell
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Atributos
Aplica-se a
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
Parâmetros
- frameRect
- CGRect
- aMode
- NSMatrixMode
- factoryId
- Class
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Atributos