NSView 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
NSView() | |
NSView(CGRect) | |
NSView(NSCoder) | |
NSView(NSObjectFlag) | |
NSView(IntPtr) |
NSView()
NSView(CGRect)
[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSView (CoreGraphics.CGRect frameRect);
new AppKit.NSView : CoreGraphics.CGRect -> AppKit.NSView
Parâmetros
- frameRect
- CGRect
- Atributos
Aplica-se a
NSView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSView (Foundation.NSCoder coder);
new AppKit.NSView : Foundation.NSCoder -> AppKit.NSView
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSView(NSObjectFlag)
protected NSView (Foundation.NSObjectFlag t);
new AppKit.NSView : Foundation.NSObjectFlag -> AppKit.NSView
Parâmetros
Aplica-se a
NSView(IntPtr)
protected internal NSView (IntPtr handle);
new AppKit.NSView : nativeint -> AppKit.NSView
Parâmetros
- handle
-
IntPtr
nativeint