CGLPixelFormat Constructors

Definition

Overloads

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

CGLPixelFormat(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

CGLPixelFormat(Object[])

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

Parameters

attributes
Object[]

Applies to

CGLPixelFormat(CGLPixelFormatAttribute[], Int32)

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

Parameters

npix
Int32

Applies to

CGLPixelFormat(Int32, Object[])

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

Parameters

npix
Int32
attributes
Object[]

Applies to