ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkStat Class / BoundsArea Property




In This Topic
    BoundsArea Property (ImGearARTMarkStat)
    In This Topic
    Gets the area of the marks' bounds rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property BoundsArea As Double
    'Usage
     
    Dim instance As ImGearARTMarkStat
    Dim value As Double
     
    value = instance.BoundsArea
    public double BoundsArea {get;}
    public: __property double get_BoundsArea();
    public:
    property double BoundsArea {
       double get();
    }

    Property Value

    Double value.
    See Also