Tao.Platform.Windows SDK Documentation

Wgl.wglChoosePixelFormatARB Method (IntPtr, IntPtr, IntPtr, UInt32, IntPtr, IntPtr)

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

See Also

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