NSForm Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- frameRect
- CGRect
- Атрибуты
Применяется к
NSForm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSForm (Foundation.NSCoder coder);
new AppKit.NSForm : Foundation.NSCoder -> AppKit.NSForm
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSForm(NSObjectFlag)
protected NSForm (Foundation.NSObjectFlag t);
new AppKit.NSForm : Foundation.NSObjectFlag -> AppKit.NSForm
Параметры
Применяется к
NSForm(IntPtr)
protected internal NSForm (IntPtr handle);
new AppKit.NSForm : nativeint -> AppKit.NSForm
Параметры
- handle
-
IntPtr
nativeint
Применяется к
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
Параметры
- frameRect
- CGRect
- aMode
- NSMatrixMode
- aCell
- NSCell
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Атрибуты
Применяется к
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
Параметры
- frameRect
- CGRect
- aMode
- NSMatrixMode
- factoryId
- Class
- rowsHigh
- System.System.IntPtr System.nativeint
- colsWide
- System.System.IntPtr System.nativeint
- Атрибуты