NSForm 构造函数

定义

重载

NSForm()
NSForm(CGRect)
NSForm(NSCoder)
NSForm(NSObjectFlag)
NSForm(IntPtr)
NSForm(CGRect, NSMatrixMode, NSCell, nint, nint)
NSForm(CGRect, NSMatrixMode, Class, nint, nint)

NSForm()

[Foundation.Export("init")]
public 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
属性

适用于