Q3Camera_SetViewPort
You can use theQ3Camera_SetViewPortfunction to set the view port of a camera.
TQ3Status Q3Camera_SetViewPort ( TQ3CameraObject camera, const TQ3CameraViewPort *viewPort);
camera- A camera object.
viewPort- A pointer to a camera view port structure.
DESCRIPTION
TheQ3Camera_SetViewPortfunction sets the view port of the camera specified by thecameraparameter to the view port specified by theviewPortparameter.