Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ConvertBoundsToView Method

Show in webframe
The input bounding rectangle in logical coordinates
true to return the bounding rectangle intersected with the current viewer control area, otherwise; false.
Converts a rectangle value from logical (excluding the current transformation) to physical (in control pixel coordinates).
Syntax
 function Leadtools.Controls.ImageViewer.convertBoundsToView( 
   bounds ,
   clipped 
)

Parameters

ParameterTypeDescription
boundsLeadRectDThe input bounding rectangle in logical coordinates
clippedbooltrue to return the bounding rectangle intersected with the current viewer control area, otherwise; false.

Return Value

TypeDescription
LeadRectD The converted bounds value.
Remarks

Use GetItemBounds to obtain the bounding rectangle of an item (or part of it) in logical coordinates.

For more information refer to Image Viewer Appearance, Image Viewer Transformation, and Image Viewer Bounds and Transform.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file