Microsoft SDK for Java

nextViewport

This method of the Direct3dDevice Class enumerates the viewports associated with the device.

Syntax

public Direct3dViewport nextViewport(Direct3dViewport vp1, int flags);

Return Value

Returns the next Direct3dViewport object in the list of viewports associated with this Direct3DDevice object if successful; otherwise, returns null.

Parameters

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.

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