Tao.Platform.Windows SDK Documentation

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

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

See Also

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