ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal XDest As System.Integer, _
       ByVal YDest As System.Integer, _
       ByVal nDestWidth As System.Integer, _
       ByVal nDestHeight As System.Integer, _
       ByVal XSrc As System.Integer, _
       ByVal YSrc As System.Integer, _
       ByVal nSrcWidth As System.Integer, _
       ByVal nSrcHeight As System.Integer, _
       ByVal lpBits As System.IntPtr, _
       ByVal lpBitsInfo As System.IntPtr, _
       ByVal iUsage As System.UInteger, _
       ByVal dwRop As System.Integer _
    ) As System.Integer
    public static System.int StretchDIBits( 
       System.IntPtr hdc,
       System.int XDest,
       System.int YDest,
       System.int nDestWidth,
       System.int nDestHeight,
       System.int XSrc,
       System.int YSrc,
       System.int nSrcWidth,
       System.int nSrcHeight,
       System.IntPtr lpBits,
       System.IntPtr lpBitsInfo,
       System.uint iUsage,
       System.int dwRop
    )

    Parameters

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