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

In This Topic
    StretchBlt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function StretchBlt( _
       ByVal hdcDest As IntPtr, _
       ByVal nXOriginDest As Integer, _
       ByVal nYOriginDest As Integer, _
       ByVal nWidthDest As Integer, _
       ByVal nHeightDest As Integer, _
       ByVal hdcSrc As IntPtr, _
       ByVal nXOriginSrc As Integer, _
       ByVal nYOriginSrc As Integer, _
       ByVal nWidthSrc As Integer, _
       ByVal nHeightSrc As Integer, _
       ByVal dwRop As UInteger _
    ) As Boolean

    Parameters

    hdcDest
    nXOriginDest
    nYOriginDest
    nWidthDest
    nHeightDest
    hdcSrc
    nXOriginSrc
    nYOriginSrc
    nWidthSrc
    nHeightSrc
    dwRop
    See Also