[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateCompatibleBitmap

CreateCompatibleBitmap Method

CreateCompatibleBitmap(nint, int, int)

Declaration
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
Parameters
Type Name Description
nint hdc
int nWidth
int nHeight
Returns
Type Description
nint