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

Identifies the different types of image display alignment modes, i.e., identifies how the displayed image is aligned relative to the device rectangle.

Values:

IG_DSPL_ALIGN_X_LEFT The image is aligned to the left border of the device rectangle.
IG_DSPL_ALIGN_X_CENTER The image is centered horizontally.
IG_DSPL_ALIGN_X_RIGHT The image is aligned to the right border of the device rectangle.
IG_DSPL_ALIGN_Y_LEFT The image is aligned to the top border of the device rectangle.
IG_DSPL_ALIGN_Y_CENTER The image is centered vertically.
IG_DSPL_ALIGN_Y_RIGHT The image is aligned to the bottom border of the device rectangle.

Remarks:

This enumeration replaced enumAlignModes; however, there are still functions with arguments that use enumAlignModes. The two are interchangeable, as enumAlignModes is defined as a typedef of enumIGDsplAlignModes.

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