ImageGear .NET v24.12 - Updated
boundingRectangle Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > Mark class : boundingRectangle Property
The smallest rectangle that fully contains this mark.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_boundingRectangle() : Rectangle
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMark.get_boundingRectangle();
Remarks

This read-only property contains the smallest rectangle that fully contains this mark. For marks that are rectangular in nature (Rectangle, Ellipse, and Text), there is a similar property called rectangle that is writeable.

Mark types: This property is valid for all mark types. ImageGear for .NET name: Bounds

NotateXpress (version 10) name: BoundingRectangle

See Also

Reference

Mark class
Mark Members