ImageGear for C and C++ on Windows v19.9 - Updated
enumIGArtXWrap
API Reference Guide > ArtX Component API Reference > ArtX Component Enumerations Reference > enumIGArtXWrap

This flag enumeration is used to control the wrap direction for text that overflows the limits of a mark’s bounding rectangle. The values of this enumeration may be logically OR’d together.

Values:

IG_ARTX_WRAP_NONE Any drawn text that overflows the mark bounding rectangle is clipped (default).
IG_ARTX_WRAP_HORIZONTAL The width of the mark bounding rectangle is resized to contain all lines of drawn text.
IG_ARTX_WRAP_VERTICAL The height of the mark bounding rectangle is resized to contain all lines of drawn text.