Tao.Platform.Windows SDK Documentation

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

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

Parameters

extensionPointer
hdc
piAttribIList
pfAttribFList
nMaxFormats
piFormats
nNumFormats

Return Value

See Also

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