Tao.Platform.Windows SDK Documentation

Gdi._SetPixelFormat Method 

[Visual Basic]
Public Shared Function _SetPixelFormat( _
   ByVal deviceContext As IntPtr, _
   ByVal pixelFormat As Integer, _
   ByRef pixelFormatDescriptor As PIXELFORMATDESCRIPTOR _
) As Boolean
[C#]
public static bool _SetPixelFormat(
   IntPtr deviceContext,
   int pixelFormat,
   ref PIXELFORMATDESCRIPTOR pixelFormatDescriptor
);

See Also

Gdi Class | Tao.Platform.Windows Namespace