[]
public static extern bool BitBlt(IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, uint dwRop)
Public Shared Function BitBlt(hdcDest As IntPtr, nXDest As Integer, nYDest As Integer, nWidth As Integer, nHeight As Integer, hdcSrc As IntPtr, nXSrc As Integer, nYSrc As Integer, dwRop As UInteger) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdcDest | |
| int | nXDest | |
| int | nYDest | |
| int | nWidth | |
| int | nHeight | |
| IntPtr | hdcSrc | |
| int | nXSrc | |
| int | nYSrc | |
| uint | dwRop |
| Type | Description |
|---|---|
| bool |