This method of the Direct3dRMViewportArray Class retrieves one of the Direct3dRMViewport objects associated with the current Direct3dRMViewportArray object.
public Direct3dRMViewport getElement(int index);
Returns the Direct3dRMViewport object if successful; otherwise, returns null.
index | The identifier of the object to return. The index must be a value in the range of 0 to one less than the number returned by the getSize method. |