Applications use the methods of the Direct3dRMViewportArray Class of the com.ms.directX package to organize viewport objects.
public class Direct3dRMViewportArray implements IDirect3dRMViewportArray { // Methods public Direct3dRMViewport getElement(int index); public int getSize(); }
The Direct3dRMViewportArray object is obtained by calling the Direct3dRM.createFrame method.