ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateCompatibleBitmap Method

In This Topic
    CreateCompatibleBitmap Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreateCompatibleBitmap( _
       ByVal hdc As System.IntPtr, _
       ByVal nWidth As System.Integer, _
       ByVal nHeight As System.Integer _
    ) As System.IntPtr
    public static System.IntPtr CreateCompatibleBitmap( 
       System.IntPtr hdc,
       System.int nWidth,
       System.int nHeight
    )

    Parameters

    hdc
    nWidth
    nHeight
    See Also