Microsoft SDK for Java

getDecalSize

This method of the Direct3dRMTexture Class retrieves the size of the decal.

Syntax

public void getDecalSize(float[] w, float[] h);

Parameters

w The addresses of variables that will be filled with the width of the decal when the method returns.
h The addresses of variables that will be filled with the height of the decal when the method returns.

See Also

setDecalSize

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