Specifies how align layers
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
AlignToLeft | 0 |
Align selected layers to the left side of the image
|
AlignToRight | 1 |
Align selected layers to the right side of the image
|
AlignToTop | 2 |
Align selected layers to the top of the image
|
AlignToBottom | 3 |
Align selected layers to the bottom of the image
|
AlignToHorizontalCenter | 4 |
Align selected layers along the horizon of the image
|
AlignToVerticalCenter | 5 |
Align selected layers to the vertical center of the image
|
AlignLeftEdges | 6 |
Align selected layers to the edge of the left-most layer
|
AlignRightEdges | 7 |
Align selected layers to the edge of the right-most layer
|
AlignTopEdges | 8 |
Align selected layers to the edge of the top-most layer
|
AlignBottomEdges | 9 |
Align selected layers to the edge of the bottom-most layer
|
AlignHorizontalCenters | 10 |
Align selected layers to have the same horizontal center
|
AlignVerticalCenters | 11 |
Align selected layers to have the same vertical center
|
MatchWidth | 12 |
Resize all selected layers to the width of the widest layer
|
MatchHeight | 13 |
Resize all selected layers to the height of the tallest layer
|