Exemplo n.º 1
0
 internal static extern bool DeleteDC(DeviceContextHandle deviceContextHandle);
Exemplo n.º 2
0
 internal static extern bool ReleaseDC([In] IntPtr windowHandle, [In] DeviceContextHandle deviceContextHandle);
Exemplo n.º 3
0
 internal static extern bool SetDeviceGammaRamp(DeviceContextHandle deviceContextHandle, ref GammaRamp ramp);
Exemplo n.º 4
0
 internal static extern int GetDeviceCaps(DeviceContextHandle deviceContextHandle, DeviceCapability index);