This method of the Direct3dDevice Class adds the specified viewport to the list of viewport objects associated with the device.
public void addViewport(Direct3dViewport vport);
vport | The viewport object that should be associated with this Direct3dDevice object. |