Leadtools.Controls Namespace > ImageViewerViewLayout Object : AlignColumn Method |
function Leadtools.Controls.ImageViewerViewLayout.alignColumn( firstItemIndex , lastItemIndex , itemBounds , columnHeight , totalHeight , alignment )
Parameter | Type | Description |
---|---|---|
firstItemIndex | int | Index of the first item in itemBounds to align. |
lastItemIndex | int | Index of the last item in itemBounds to align. |
itemBounds | LeadRectD | Array of item bounds to update. |
columnHeight | double | This column height in pixels. |
totalHeight | double | Largest column height found in the layout. |
alignment | ControlAlignment | Alignment to use. |
This method is used by UpdateTransform.