다음을 통해 공유


CGLPixelFormat 생성자

정의

오버로드

CGLPixelFormat(IntPtr)
CGLPixelFormat(Object[])
CGLPixelFormat(CGLPixelFormatAttribute[], Int32)
CGLPixelFormat(Int32, Object[])

CGLPixelFormat(IntPtr)

public CGLPixelFormat (IntPtr handle);
new OpenGL.CGLPixelFormat : nativeint -> OpenGL.CGLPixelFormat

매개 변수

handle
IntPtr

nativeint

적용 대상

CGLPixelFormat(Object[])

public CGLPixelFormat (params object[] attributes);
new OpenGL.CGLPixelFormat : obj[] -> OpenGL.CGLPixelFormat

매개 변수

attributes
Object[]

적용 대상

CGLPixelFormat(CGLPixelFormatAttribute[], Int32)

public CGLPixelFormat (OpenGL.CGLPixelFormatAttribute[] attributes, out int npix);
new OpenGL.CGLPixelFormat : OpenGL.CGLPixelFormatAttribute[] *  -> OpenGL.CGLPixelFormat

매개 변수

npix
Int32

적용 대상

CGLPixelFormat(Int32, Object[])

public CGLPixelFormat (out int npix, params object[] attributes);
new OpenGL.CGLPixelFormat :  * obj[] -> OpenGL.CGLPixelFormat

매개 변수

npix
Int32
attributes
Object[]

적용 대상