Helper method to align the widths of the items and return the largest value.
protected virtual LeadRectD AlignWidths(
int firstItemIndex,
int lastItemIndex,
LeadRectD[] itemBounds,
ControlAlignment alignment
)
Protected Overridable Function AlignWidths(
ByVal firstItemIndex As Integer,
ByVal lastItemIndex As Integer,
ByVal itemBounds() As LeadRectD,
ByVal alignment As ControlAlignment
) As LeadRectD
protected:
virtual LeadRectD^ AlignWidths(
int firstItemIndex,
int lastItemIndex,
array<LeadRectD^>^ itemBounds,
ControlAlignment^ alignment
)
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.
alignment
Alignment to use.
The largest width found.
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