Tao.Platform.Windows SDK Documentation

Wgl.wglChoosePixelFormatEXT Method (IntPtr, IntPtr, Int32[], Single[], Int32, Int32[], Int32)

[Visual Basic]
Overloads Public Shared Function wglChoosePixelFormatEXT( _
   ByVal extensionPointer As IntPtr, _
   ByVal hdc As IntPtr, _
   ByVal piAttribIList As Integer(), _
   ByVal pfAttribFList As Single(), _
   ByVal nMaxFormats As Integer, _
   ByVal piFormats As Integer(), _
   ByRef nNumFormats As Integer _
) As Integer
[C#]
public static int wglChoosePixelFormatEXT(
   IntPtr extensionPointer,
   IntPtr hdc,
   int[] piAttribIList,
   float[] pfAttribFList,
   int nMaxFormats,
   int[] piFormats,
   out int nNumFormats
);

Parameters

extensionPointer
hdc
piAttribIList
pfAttribFList
nMaxFormats
piFormats
nNumFormats

Return Value

See Also

Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglChoosePixelFormatEXT Overload List