alignWidths Method

Summary

Helper method to align the widths of the items and return the largest value.

Syntax

JavaScript Syntax
ImageViewerViewLayout.prototype.alignWidths = function(firstItemIndex, lastItemIndex, itemBounds, alignment) 
TypeScript Syntax
alignWidths(firstItemIndex: number, lastItemIndex: number, itemBounds: LeadRectD[], alignment: ControlAlignment): LeadRectD; // protected 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly