Freigeben über


CGLPixelFormat Konstruktoren

Definition

Überlädt

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

CGLPixelFormat(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Gilt für:

CGLPixelFormat(Object[])

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

Parameter

attributes
Object[]

Gilt für:

CGLPixelFormat(CGLPixelFormatAttribute[], Int32)

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

Parameter

npix
Int32

Gilt für:

CGLPixelFormat(Int32, Object[])

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

Parameter

npix
Int32
attributes
Object[]

Gilt für: