CrImage::Util::HorizontalAlignment
Inherits Enum / Comparable / Value / Object
Horizontal alignment for vertical stacking.
Controls how images of different widths are aligned when stacked vertically:
Left: Align to left edgeCenter: Center horizontallyRight: Align to right edge
Constants
Left = 0
Center = 1
Right = 2