Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / BitBlt Method


In This Topic
    BitBlt Method
    In This Topic
    The BitBlt method.
    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 Integer _
    ) As Boolean
    'Usage
     
    
    Dim hdcDest As IntPtr
    Dim nXDest As Integer
    Dim nYDest As Integer
    Dim nWidth As Integer
    Dim nHeight As Integer
    Dim hdcSrc As IntPtr
    Dim nXSrc As Integer
    Dim nYSrc As Integer
    Dim dwRop As Integer
    Dim value As Boolean
     
    value = VisualStyle.BitBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hdcSrc, nXSrc, nYSrc, dwRop)

    Parameters

    hdcDest
    nXDest
    nYDest
    nWidth
    nHeight
    hdcSrc
    nXSrc
    nYSrc
    dwRop
    See Also