Error processing SSI file
(Leadtools.Controls)

Show in webframe

AlignRow 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.
The row width in pixels.
Largest row width found in the layout.
Alignment to use.
Align the items to even distances in a row.
Syntax
'Declaration
 
Protected Overridable Sub AlignRow( _
   ByVal firstItemIndex As Integer, _
   ByVal lastItemIndex As Integer, _
   ByVal itemBounds() As LeadRectD, _
   ByVal rowWidth As Double, _
   ByVal totalWidth As Double, _
   ByVal alignment As ControlAlignment _
) 

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.
rowWidth
The row width in pixels.
totalWidth
Largest row width found in the layout.
alignment
Alignment to use.
Remarks

This method is used by UpdateTransform.

Requirements

Target Platforms

See Also

Reference

ImageViewerViewLayout Class
ImageViewerViewLayout Members

Error processing SSI file