This method of the Direct3dDevice Class enumerates the viewports associated with the device.
public Direct3dViewport nextViewport(Direct3dViewport vp1, int flags);
Returns the next Direct3dViewport object in the list of viewports associated with this Direct3DDevice object if successful; otherwise, returns null.
vpl | A viewport in the list of viewports associated with this Direct3dDevice object. |
flags | A value of D3DNEXT_ type, specifying which viewport to retrieve from the list of viewports. The default setting is D3DNEXT_NEXT. |