This method of the DirectDrawSurface Class copies a bitmap.
public void copyBitmap(DirectDrawBitmap val, int cx, int cy, int dx, int dy);
val | The DirectDrawBitmap object |
cx | The bitmap's upper-left x-coordinate. |
cy | The bitmap's upper-left y-coordinate. |
dx | The bitmap's lower-right x-coordinate. |
dy | The bitmap's lower-right y-coordinate. |