Tao.Platform.Windows SDK Documentation
Gdi.ChoosePixelFormat Method
[Visual Basic]
Public Shared Function ChoosePixelFormat( _
ByVal
deviceContext
As
IntPtr
, _
ByRef
pixelFormatDescriptor
As
PIXELFORMATDESCRIPTOR
_
) As
Integer
[C#]
public static
int
ChoosePixelFormat(
IntPtr
deviceContext
,
ref
PIXELFORMATDESCRIPTOR
pixelFormatDescriptor
);
See Also
Gdi Class
|
Tao.Platform.Windows Namespace