TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / BitBlt Method

In This Topic
    BitBlt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function BitBlt( _
       ByVal hdcDest As IntPtr, _
       ByVal nXDest As Integer, _
       ByVal nYDest As Integer, _
       ByVal nWidth As Integer, _
       ByVal nHeight As Integer, _
       ByVal hdcSrc As IntPtr, _
       ByVal nXSrc As Integer, _
       ByVal nYSrc As Integer, _
       ByVal dwRop As UInteger _
    ) As Boolean

    Parameters

    hdcDest
    nXDest
    nYDest
    nWidth
    nHeight
    hdcSrc
    nXSrc
    nYSrc
    dwRop
    See Also