NSOpenGLPixelFormat 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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[]