Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class Direct3dRMFrameArray

public class Direct3dRMFrameArray implements 
            IDirect3dRMFrameArray
{
  // Methods
  public Direct3dRMFrame getElement(int index);
  public int getSize();
}

Applications use the methods of the Direct3dRMFrameArray class to organize frame objects.

The Direct3dRMFrameArray object is obtained by calling the getPickFrame or getChildren method.

Methods

getElement

public Direct3dRMFrame getElement(int index);

Retrieves one of the Direct3dRMFrame objects associated with this object.

Return Value:

Returns the Direct3dRMFrame object if successful; otherwise, null.

ParameterDescription
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.

getSize

public int getSize();

Retrieves the number of Direct3dRMFrame objects associated with this object.

Return Value:

Returns the number of objects.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.