ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / boundingRectangle Property

In This Topic
    boundingRectangle Property
    In This Topic
    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