Microsoft SDK for Java

getElement

This method of the Direct3dRMViewportArray Class retrieves one of the Direct3dRMViewport objects associated with the current Direct3dRMViewportArray object.

Syntax

public Direct3dRMViewport getElement(int index);

Return Value

Returns the Direct3dRMViewport object if successful; otherwise, returns null.

Parameters

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.

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