This method of the Direct3dRMFrameArray Class retrieves one of the Direct3dRMFrame objects associated with this object.
public Direct3dRMFrame getElement(int index);
Returns the Direct3dRMFrame object if successful; otherwise, null.
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. |