NSOpenGLPixelFormat Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSOpenGLPixelFormat()
NSOpenGLPixelFormat(NSOpenGLPixelFormatAttribute[])
public NSOpenGLPixelFormat (AppKit.NSOpenGLPixelFormatAttribute[] attribs);
new AppKit.NSOpenGLPixelFormat : AppKit.NSOpenGLPixelFormatAttribute[] -> AppKit.NSOpenGLPixelFormat
Параметры
- attribs
- NSOpenGLPixelFormatAttribute[]
Применяется к
NSOpenGLPixelFormat(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSOpenGLPixelFormat (Foundation.NSCoder coder);
new AppKit.NSOpenGLPixelFormat : Foundation.NSCoder -> AppKit.NSOpenGLPixelFormat
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSOpenGLPixelFormat(NSData)
[Foundation.Export("initWithData:")]
public NSOpenGLPixelFormat (Foundation.NSData attribs);
new AppKit.NSOpenGLPixelFormat : Foundation.NSData -> AppKit.NSOpenGLPixelFormat
Параметры
- attribs
- NSData
- Атрибуты
Применяется к
NSOpenGLPixelFormat(NSObjectFlag)
protected NSOpenGLPixelFormat (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLPixelFormat : Foundation.NSObjectFlag -> AppKit.NSOpenGLPixelFormat
Параметры
Применяется к
NSOpenGLPixelFormat(IntPtr)
protected internal NSOpenGLPixelFormat (IntPtr handle);
new AppKit.NSOpenGLPixelFormat : nativeint -> AppKit.NSOpenGLPixelFormat
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSOpenGLPixelFormat(Object[])
public NSOpenGLPixelFormat (params object[] attribs);
new AppKit.NSOpenGLPixelFormat : obj[] -> AppKit.NSOpenGLPixelFormat
Параметры
- attribs
- Object[]
Применяется к
NSOpenGLPixelFormat(UInt32[])
public NSOpenGLPixelFormat (uint[] attribs);
new AppKit.NSOpenGLPixelFormat : uint32[] -> AppKit.NSOpenGLPixelFormat
Параметры
- attribs
- UInt32[]