Microsoft SDK for Java

getElement

This method of the Direct3dRMFrameArray Class retrieves one of the Direct3dRMFrame objects associated with this object.

Syntax

public Direct3dRMFrame getElement(int index);

Return Value

Returns the Direct3dRMFrame object if successful; otherwise, null.

Parameters

index Identifies the object to return. 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.