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

In This Topic
    BitBlt Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BitBlt( _
       ByVal hdcDest As System.IntPtr, _
       ByVal nXDest As System.Integer, _
       ByVal nYDest As System.Integer, _
       ByVal nWidth As System.Integer, _
       ByVal nHeight As System.Integer, _
       ByVal hdcSrc As System.IntPtr, _
       ByVal nXSrc As System.Integer, _
       ByVal nYSrc As System.Integer, _
       ByVal dwRop As System.UInteger _
    ) As System.Boolean
    public static System.bool BitBlt( 
       System.IntPtr hdcDest,
       System.int nXDest,
       System.int nYDest,
       System.int nWidth,
       System.int nHeight,
       System.IntPtr hdcSrc,
       System.int nXSrc,
       System.int nYSrc,
       System.uint dwRop
    )

    Parameters

    hdcDest
    nXDest
    nYDest
    nWidth
    nHeight
    hdcSrc
    nXSrc
    nYSrc
    dwRop
    See Also