Q3ViewAngleAspectCamera_GetAspectRatio
You can use theQ3ViewAngleAspectCamera_GetAspectRatiofunction to get the aspect ratio of an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_GetAspectRatio ( TQ3CameraObject camera, float *aspectRatioXToY);
camera- An aspect ratio camera object.
aspectRatioXToY- On exit, the horizontal-to-vertical aspect ratio of the specified camera.
DESCRIPTION
TheQ3ViewAngleAspectCamera_GetAspectRatiofunction returns, in theaspectRatioXToYparameter, the horizontal-to-vertical aspect ratio of the aspect ratio camera specified by thecameraparameter.