NSOpenGLView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSOpenGLView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSOpenGLView (Foundation.NSCoder coder);
new AppKit.NSOpenGLView : Foundation.NSCoder -> AppKit.NSOpenGLView
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSOpenGLView(NSObjectFlag)
protected NSOpenGLView (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLView : Foundation.NSObjectFlag -> AppKit.NSOpenGLView
Parameters
Applies to
NSOpenGLView(IntPtr)
protected internal NSOpenGLView (IntPtr handle);
new AppKit.NSOpenGLView : nativeint -> AppKit.NSOpenGLView
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSOpenGLView(CGRect, NSOpenGLPixelFormat)
[Foundation.Export("initWithFrame:pixelFormat:")]
public NSOpenGLView (CoreGraphics.CGRect frameRect, AppKit.NSOpenGLPixelFormat format);
new AppKit.NSOpenGLView : CoreGraphics.CGRect * AppKit.NSOpenGLPixelFormat -> AppKit.NSOpenGLView
Parameters
- frameRect
- CGRect
- format
- NSOpenGLPixelFormat
- Attributes