[]
        
(Showing Draft Content)

C1.Util.Win.Win32.StretchDIBits

StretchDIBits Method

StretchDIBits(IntPtr, int, int, int, int, int, int, int, int, IntPtr, IntPtr, uint, int)

Declaration
public static extern 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)
Public Shared Function StretchDIBits(hdc As IntPtr, XDest As Integer, YDest As Integer, nDestWidth As Integer, nDestHeight As Integer, XSrc As Integer, YSrc As Integer, nSrcWidth As Integer, nSrcHeight As Integer, lpBits As IntPtr, lpBitsInfo As IntPtr, iUsage As UInteger, dwRop As Integer) As Integer
Parameters
Type Name Description
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
Returns
Type Description
int