TImageEnVect.AlignObjects
Declaration
procedure AlignObjects(Alignment: TIEAlignLayers; bSelectedOnly: Boolean = true);
Description
Aligns objects relative to the image or other objects. If
bSelectedOnly is false, then all objects are aligned.
Example
// Move all objects to the center of the image
ImageEnView1.AlignObjects( ilaAlignToVerticalCenter );