[]
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)
| 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 |
| Type | Description |
|---|---|
| bool |