[]
Creates a compatible device context
public static extern IntPtr CreateCompatibleDC(IntPtr hdc)
Public Shared Function CreateCompatibleDC(hdc As IntPtr) As IntPtr
Type | Name | Description |
---|---|---|
IntPtr | hdc | A device context |
Type | Description |
---|---|
IntPtr | An IntPtr represents the compatiable device context |