Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetWorkBounds Method




Current image viewer instance
true if the area is to be calculated clipped with the current viewer rectangle, otherwise; false.
Current work bounds for this mode.
Syntax
protected LeadRectD GetWorkBounds( 
   ImageViewer imageViewer,
   bool clipped
)
'Declaration
 
Protected Function GetWorkBounds( _
   ByVal imageViewer As ImageViewer, _
   ByVal clipped As Boolean _
) As LeadRectD

Parameters

imageViewer
Current image viewer instance
clipped
true if the area is to be calculated clipped with the current viewer rectangle, otherwise; false.

Return Value

The work area bounds.
Remarks

This method will return the bounds of Item (using ItemPart) if its not null, otherwise it will return the current view bounds of the viewer.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file