Error processing SSI file
(Leadtools.Controls)

Show in webframe

AlignWidths Method




Index of the first item in itemBounds to align.
Index of the last item in itemBounds to align.
Array of item bounds to update.
Alignment to use.
Helper method to align the widths of the items and return the largest value.
Syntax
'Declaration
 
Protected Overridable Function AlignWidths( _
   ByVal firstItemIndex As Integer, _
   ByVal lastItemIndex As Integer, _
   ByVal itemBounds() As LeadRectD, _
   ByVal alignment As ControlAlignment _
) As LeadRectD

Parameters

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.

Return Value

The largest width found.
Remarks

This method is used by UpdateTransform.

Requirements

Target Platforms

See Also

Reference

ImageViewerViewLayout Class
ImageViewerViewLayout Members

Error processing SSI file