[]
        
(Showing Draft Content)

C1.Util.Win.Win32.StretchBlt

StretchBlt Method

StretchBlt(IntPtr, int, int, int, int, IntPtr, int, int, int, int, uint)

Declaration
public static extern bool StretchBlt(IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, uint dwRop)
Public Shared Function StretchBlt(hdcDest As IntPtr, nXOriginDest As Integer, nYOriginDest As Integer, nWidthDest As Integer, nHeightDest As Integer, hdcSrc As IntPtr, nXOriginSrc As Integer, nYOriginSrc As Integer, nWidthSrc As Integer, nHeightSrc As Integer, dwRop As UInteger) As Boolean
Parameters
Type Name Description
IntPtr hdcDest
int nXOriginDest
int nYOriginDest
int nWidthDest
int nHeightDest
IntPtr hdcSrc
int nXOriginSrc
int nYOriginSrc
int nWidthSrc
int nHeightSrc
uint dwRop
Returns
Type Description
bool