NSOpenGLView Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSOpenGLView() | |
NSOpenGLView(CGRect) | |
NSOpenGLView(NSCoder) | |
NSOpenGLView(NSObjectFlag) | |
NSOpenGLView(IntPtr) | |
NSOpenGLView(CGRect, NSOpenGLPixelFormat) |
NSOpenGLView()
NSOpenGLView(CGRect)
[Foundation.Export("initWithFrame:")]
public NSOpenGLView (CoreGraphics.CGRect frameRect);
new AppKit.NSOpenGLView : CoreGraphics.CGRect -> AppKit.NSOpenGLView
Paramètres
- frameRect
- CGRect
- Attributs
S’applique à
NSOpenGLView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSOpenGLView (Foundation.NSCoder coder);
new AppKit.NSOpenGLView : Foundation.NSCoder -> AppKit.NSOpenGLView
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSOpenGLView(NSObjectFlag)
protected NSOpenGLView (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLView : Foundation.NSObjectFlag -> AppKit.NSOpenGLView
Paramètres
S’applique à
NSOpenGLView(IntPtr)
protected internal NSOpenGLView (IntPtr handle);
new AppKit.NSOpenGLView : nativeint -> AppKit.NSOpenGLView
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSOpenGLView(CGRect, NSOpenGLPixelFormat)
[Foundation.Export("initWithFrame:pixelFormat:")]
public NSOpenGLView (CoreGraphics.CGRect frameRect, AppKit.NSOpenGLPixelFormat format);
new AppKit.NSOpenGLView : CoreGraphics.CGRect * AppKit.NSOpenGLPixelFormat -> AppKit.NSOpenGLView
Paramètres
- frameRect
- CGRect
- format
- NSOpenGLPixelFormat
- Attributs