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