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