Align the items to even distances in a column.
ImageViewerViewLayout.prototype.alignColumn = function(firstItemIndex, lastItemIndex, itemBounds, columnHeight, totalHeight, alignment)
alignColumn(firstItemIndex: number, lastItemIndex: number, itemBounds: LeadRectD[], columnHeight: number, totalHeight: number, alignment: ControlAlignment): void; // protected
firstItemIndex
Index of the first item in itemBounds to align.
lastItemIndex
Index of the last item in itemBounds to align.
itemBounds
Array of item bounds to update.
columnHeight
This column height in pixels.
totalHeight
Largest column height found in the layout.
alignment
Alignment to use.
This method is used by UpdateTransform.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET