ImageGear for C and C++ on Linux v20.0 - Updated
AT_ROTATE_MULTIPLE_90_OPTIONS
API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_ROTATE_MULTIPLE_90_OPTIONS

This structure provides rotation options for IG_IP_rotate_multiple_90_opt function.

Declaration:

 
Copy Code
typedef struct AT_ROTATE_MULTIPLE_90_OPTIONS
{
   AT_BOOL SwapResolutions;

} AT_ROTATE_MULTIPLE_90_OPTIONS, * LPAT_ROTATE_MULTIPLE_90_OPTIONS;

Members:

Name Type Description
SwapResolutions AT_BOOL Specifies whether to swap resolutions when rotating the image by 90 or 270 degrees. If image's horizontal and vertical resolutions are different, setting this field to TRUE preserves its proportions after rotation.

Is this page helpful?
Yes No
Thanks for your feedback.