InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / StretchDIBits Method

In This Topic
    StretchDIBits Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function StretchDIBits( _
       ByVal hdc As IntPtr, _
       ByVal XDest As Integer, _
       ByVal YDest As Integer, _
       ByVal nDestWidth As Integer, _
       ByVal nDestHeight As Integer, _
       ByVal XSrc As Integer, _
       ByVal YSrc As Integer, _
       ByVal nSrcWidth As Integer, _
       ByVal nSrcHeight As Integer, _
       ByVal lpBits As IntPtr, _
       ByVal lpBitsInfo As IntPtr, _
       ByVal iUsage As UInteger, _
       ByVal dwRop As Integer _
    ) As Integer
    public static int StretchDIBits( 
       IntPtr hdc,
       int XDest,
       int YDest,
       int nDestWidth,
       int nDestHeight,
       int XSrc,
       int YSrc,
       int nSrcWidth,
       int nSrcHeight,
       IntPtr lpBits,
       IntPtr lpBitsInfo,
       uint iUsage,
       int dwRop
    )

    Parameters

    hdc
    XDest
    YDest
    nDestWidth
    nDestHeight
    XSrc
    YSrc
    nSrcWidth
    nSrcHeight
    lpBits
    lpBitsInfo
    iUsage
    dwRop
    See Also