InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / StretchBlt Method

In This Topic
    StretchBlt Method (Win32)
    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
    public static bool StretchBlt( 
       IntPtr hdcDest,
       int nXOriginDest,
       int nYOriginDest,
       int nWidthDest,
       int nHeightDest,
       IntPtr hdcSrc,
       int nXOriginSrc,
       int nYOriginSrc,
       int nWidthSrc,
       int nHeightSrc,
       uint dwRop
    )

    Parameters

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