'Declaration
Public Shared Function SetPixelFormat( _ ByVal deviceContext As System.IntPtr, _ ByVal pixelFormat As System.Integer, _ ByRef pixelFormatDescriptor As NGdi32.PIXELFORMATDESCRIPTOR _ ) As System.Boolean
'Usage
Dim deviceContext As System.IntPtr Dim pixelFormat As System.Integer Dim pixelFormatDescriptor As NGdi32.PIXELFORMATDESCRIPTOR Dim value As System.Boolean value = NGdi32.SetPixelFormat(deviceContext, pixelFormat, pixelFormatDescriptor)
public static System.bool SetPixelFormat( System.IntPtr deviceContext, System.int pixelFormat, ref NGdi32.PIXELFORMATDESCRIPTOR pixelFormatDescriptor )
Parameters
- deviceContext
- pixelFormat
- pixelFormatDescriptor