Microsoft SDK for Java

addAttachedSurface

This method of the DirectDrawSurface Class attaches a surface to another surface.

Syntax

public void addAttachedSurface(DirectDrawSurface ddS);

Parameters

ddS The DirectDrawSurface object to attach.

See Also

deleteAttachedSurface, enumAttachedSurfaces, flip

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