Q3ViewAngleAspectCamera_GetData
You can use theQ3ViewAngleAspectCamera_GetDatafunction to get the data that defines an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_GetData ( TQ3CameraObject camera, TQ3ViewAngleAspectCameraData *cameraData);
camera- An aspect ratio camera object.
cameraData- On exit, a pointer to an aspect ratio camera data structure.
DESCRIPTION
TheQ3ViewAngleAspectCamera_GetDatafunction returns, through thecameraDataparameter, information about the aspect ratio camera specified by thecameraparameter. See "Aspect Ratio Camera Data Structure" on page 9-21 for a description of an aspect ratio camera data structure.