Tao.Platform.Windows SDK Documentation

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

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

See Also

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