This method of the Direct3dRMViewport Class retrieves the dimensions of the viewport on the front clipping plane.
public void getPlane(float[] l, float[] r, float[] b, float[] t);
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. |