Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

RenderedObjectBounds Property

Show in webframe
Gets or sets the bounding rectangle of the object as it was last rendered.
Syntax
get_renderedObjectBounds();
set_renderedObjectBounds(value);
Object.defineProperty('renderedObjectBounds');

Property Value

TypeDescription
LeadRectDThe bounding rectangle of the object as it was last rendered in container coordinates.
Remarks

This value is updated by the IAnnObjectRenderer to set the bounds of the object in container coordinates. It can be used by client applications to perform custom hit-testing. This value is not used by the framework.

See Also

Reference

AnnObject Object
AnnObject Members

Error processing SSI file