This method of the Direct3dDevice Class removes the specified viewport from the list of viewport objects associated with the device.
public void deleteViewport(Direct3dViewport vport);
vport | A viewport object that should be disassociated with this Direct3dDevice object. |