NSOpenGLView 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- frameRect
- CGRect
- 属性
适用于
NSOpenGLView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSOpenGLView (Foundation.NSCoder coder);
new AppKit.NSOpenGLView : Foundation.NSCoder -> AppKit.NSOpenGLView
参数
- coder
- NSCoder
- 属性
适用于
NSOpenGLView(NSObjectFlag)
protected NSOpenGLView (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLView : Foundation.NSObjectFlag -> AppKit.NSOpenGLView
参数
适用于
NSOpenGLView(IntPtr)
protected internal NSOpenGLView (IntPtr handle);
new AppKit.NSOpenGLView : nativeint -> AppKit.NSOpenGLView
参数
- handle
-
IntPtr
nativeint
适用于
NSOpenGLView(CGRect, NSOpenGLPixelFormat)
[Foundation.Export("initWithFrame:pixelFormat:")]
public NSOpenGLView (CoreGraphics.CGRect frameRect, AppKit.NSOpenGLPixelFormat format);
new AppKit.NSOpenGLView : CoreGraphics.CGRect * AppKit.NSOpenGLPixelFormat -> AppKit.NSOpenGLView
参数
- frameRect
- CGRect
- format
- NSOpenGLPixelFormat
- 属性