[]
public static extern int StretchDIBits(nint hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, nint lpBits, nint lpBitsInfo, uint iUsage, int dwRop)
Type | Name | Description |
---|---|---|
nint | hdc | |
int | XDest | |
int | YDest | |
int | nDestWidth | |
int | nDestHeight | |
int | XSrc | |
int | YSrc | |
int | nSrcWidth | |
int | nSrcHeight | |
nint | lpBits | |
nint | lpBitsInfo | |
uint | iUsage | |
int | dwRop |
Type | Description |
---|---|
int |