Microsoft SDK for Java

copyBitmap

This method of the DirectDrawSurface Class copies a bitmap.

Syntax

public void copyBitmap(DirectDrawBitmap val, int cx, int cy, int dx, int dy);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.