ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Structures Reference / AT_ROTATE_MULTIPLE_90_OPTIONS
In This Topic
    AT_ROTATE_MULTIPLE_90_OPTIONS
    In This Topic

    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.