[]
public static extern nint CreateCompatibleBitmap(nint hdc, int nWidth, int nHeight)
Public Shared Function CreateCompatibleBitmap(hdc As IntPtr, nWidth As Integer, nHeight As Integer) As IntPtr
| Type | Name | Description |
|---|---|---|
| nint | hdc | |
| int | nWidth | |
| int | nHeight |
| Type | Description |
|---|---|
| nint |