Error processing SSI file
(Leadtools.Controls)

Show in webframe

ConvertBoundsToView Method




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
public LeadRectD ConvertBoundsToView( 
   LeadRectD bounds,
   bool clipped
)
'Declaration
 
Public Function ConvertBoundsToView( _
   ByVal bounds As LeadRectD, _
   ByVal clipped As Boolean _
) As LeadRectD

Parameters

bounds
The input bounding rectangle in logical coordinates
clipped
true to return the bounding rectangle intersected with the current viewer control area, otherwise; false.

Return Value

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.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file