Tao.Platform.Windows SDK Documentation

Wgl.wglDescribePixelFormat Method (IntPtr, Int32, UInt32, PIXELFORMATDESCRIPTOR)

[Visual Basic]
Overloads Public Shared Function wglDescribePixelFormat( _
   ByVal hdc As IntPtr, _
   ByVal ipfd As Integer, _
   ByVal cjpfd As UInt32, _
   ByRef ppfd As PIXELFORMATDESCRIPTOR _
) As Integer
[C#]
public static int wglDescribePixelFormat(
   IntPtr hdc,
   int ipfd,
   uint cjpfd,
   ref PIXELFORMATDESCRIPTOR ppfd
);

See Also

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