Tao.Platform.Windows SDK Documentation

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

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

Parameters

extensionPointer
hdc
piAttribIList
pfAttribFList
nMaxFormats
piFormats
nNumFormats

Return Value

See Also

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