Microsoft SDK for Java

setOverlayPosition

This method of the DirectDrawSurface Class changes the display coordinates of an overlay surface.

Syntax

public void setOverlayPosition(int x, int y);

Parameters

x New x-display-coordinate.
y New y-display-coordinate.

See Also

getOverlayPositionX, getOverlayPositionY, updateOverlay

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