Microsoft SDK for Java

updateOverlayZOrder

This method of the DirectDrawSurface Class sets the z-order of an overlay.

Syntax

public void updateOverlayZOrder(int flags, DirectDrawSurface ddS);

Parameters

flags One value of DDOVERZ_ type.
ddS The DirectDrawSurface object to be used as a relative position in the overlay chain. This parameter is needed only for DDOVERZ_INSERTINBACKOF and DDOVERZ_INSERTINFRONTOF.

See Also

enumOverlayZOrders

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