'Declaration
Public Shared Function CreateCompatibleBitmap( _ ByVal hDC As System.IntPtr, _ ByVal Width As System.Integer, _ ByVal Heigth As System.Integer _ ) As System.IntPtr
'Usage
Dim hDC As System.IntPtr Dim Width As System.Integer Dim Heigth As System.Integer Dim value As System.IntPtr value = NGdi32.CreateCompatibleBitmap(hDC, Width, Heigth)
Parameters
- hDC
- Width
- Heigth