Specifies how align layers

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEAlignLayers
Public Enumeration IEAlignLayers
public enum class IEAlignLayers

Members

MemberValueDescription
AlignToLeft0
Align selected layers to the left side of the image
AlignToRight1
Align selected layers to the right side of the image
AlignToTop2
Align selected layers to the top of the image
AlignToBottom3
Align selected layers to the bottom of the image
AlignToHorizontalCenter4
Align selected layers along the horizon of the image
AlignToVerticalCenter5
Align selected layers to the vertical center of the image
AlignLeftEdges6
Align selected layers to the edge of the left-most layer
AlignRightEdges7
Align selected layers to the edge of the right-most layer
AlignTopEdges8
Align selected layers to the edge of the top-most layer
AlignBottomEdges9
Align selected layers to the edge of the bottom-most layer
AlignHorizontalCenters10
Align selected layers to have the same horizontal center
AlignVerticalCenters11
Align selected layers to have the same vertical center
MatchWidth12
Resize all selected layers to the width of the widest layer
MatchHeight13
Resize all selected layers to the height of the tallest layer

See Also