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