NSOpenGLView Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты