'Declaration
<System.Security.SuppressUnmanagedCodeSecurityAttribute()> Public Shared Function ChoosePixelFormat( _ ByVal deviceContext As System.IntPtr, _ ByRef pixelFormatDescriptor As NGdi32.PIXELFORMATDESCRIPTOR _ ) As System.Integer
'Usage
Dim deviceContext As System.IntPtr Dim pixelFormatDescriptor As NGdi32.PIXELFORMATDESCRIPTOR Dim value As System.Integer value = NGdi32.ChoosePixelFormat(deviceContext, pixelFormatDescriptor)
[System.Security.SuppressUnmanagedCodeSecurity()] public static System.int ChoosePixelFormat( System.IntPtr deviceContext, ref NGdi32.PIXELFORMATDESCRIPTOR pixelFormatDescriptor )
Parameters
- deviceContext
- pixelFormatDescriptor