[]
public static extern bool BitBlt(IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, uint dwRop)
| Type | Name | Description |
|---|---|---|
| IntPtr | hdcDest | |
| int | nXDest | |
| int | nYDest | |
| int | nWidth | |
| int | nHeight | |
| IntPtr | hdcSrc | |
| int | nXSrc | |
| int | nYSrc | |
| uint | dwRop |
| Type | Description |
|---|---|
| bool |