Microsoft SDK for Java

deleteMatrix

This method of the Direct3dDevice Class deletes a matrix handle. This matrix handle must have been created by using the createMatrix method.

Syntax

public void deleteMatrix(int hdl);

Parameters

hdl Matrix handle to be deleted.

See Also

createMatrix, setMatrix

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