Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AlignRow Method

Show in webframe
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
 function Leadtools.Controls.ImageViewerViewLayout.alignRow( 
   firstItemIndex ,
   lastItemIndex ,
   itemBounds ,
   rowWidth ,
   totalWidth ,
   alignment 
)

Parameters

ParameterTypeDescription
firstItemIndexintIndex of the first item in itemBounds to align.
lastItemIndexintIndex of the last item in itemBounds to align.
itemBoundsLeadRectDArray of item bounds to update.
rowWidthdoubleThe row width in pixels.
totalWidthdoubleLargest row width found in the layout.
alignmentControlAlignmentAlignment to use.
Remarks

This method is used by UpdateTransform.

See Also

Reference

ImageViewerViewLayout Object
ImageViewerViewLayout Members

Error processing SSI file