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