Microsoft SDK for Java

getPlane

This method of the Direct3dRMViewport Class retrieves the dimensions of the viewport on the front clipping plane.

Syntax

public void getPlane(float[] l, float[] r, float[] b, float[] t);

Parameters

l The array variables that receive the left dimensions of the viewport on the front clipping plane.
r The array variables that receive the right dimensions of the viewport on the front clipping plane.
b The array variables that receive the bottom dimensions of the viewport on the front clipping plane.
t The array variables that receive the top dimensions of the viewport on the front clipping plane.

See Also

setPlane

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