Leadtools.Controls Namespace > ImageViewer Object : ConvertBoundsToView Method |
Parameter | Type | Description |
---|---|---|
bounds | LeadRectD | The input bounding rectangle in logical coordinates |
clipped | bool | true to return the bounding rectangle intersected with the current viewer control area, otherwise; false. |
Type | Description |
---|---|
LeadRectD | The converted bounds value. |
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.