'宣言 Public Shared Function StretchBlt( _ ByVal hdcDest As IntPtr, _ ByVal nXOriginDest As Integer, _ ByVal nYOriginDest As Integer, _ ByVal nWidthDest As Integer, _ ByVal nHeightDest As Integer, _ ByVal hdcSrc As IntPtr, _ ByVal nXOriginSrc As Integer, _ ByVal nYOriginSrc As Integer, _ ByVal nWidthSrc As Integer, _ ByVal nHeightSrc As Integer, _ ByVal dwRop As UInteger _ ) As Boolean
public static bool StretchBlt( IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, uint dwRop )
パラメータ
- hdcDest
- nXOriginDest
- nYOriginDest
- nWidthDest
- nHeightDest
- hdcSrc
- nXOriginSrc
- nYOriginSrc
- nWidthSrc
- nHeightSrc
- dwRop