Microsoft SDK for Java

Direct3dRMVisualArray Class

Applications use the methods of the Direct3dRMVisualArray Class of the com.ms.directX package to organize groups of visual objects.

public class Direct3dRMVisualArray implements
            IDirect3dRMVisualArray
{
  // Methods
  public Direct3dRMVisual getElement(int index);
  public int getSize();
}

The Direct3dRMVisualArray object is obtained by calling the Direct3dRMFrame.getVisuals method.

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