ImageGear .NET - Updated
BoundsArea Property (ImGearARTMarkStatistics)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkStatistics Class : BoundsArea Property
Gets the area of the marks' bounds rectangle. Gets the area of the marks' bounds rectangle.
Syntax
'Declaration
 
Public Overridable ReadOnly Property BoundsArea As Double
'Usage
 
Dim instance As ImGearARTMarkStatistics
Dim value As Double
 
value = instance.BoundsArea
public virtual double BoundsArea {get;}
public: __property virtual double get_BoundsArea();
public:
virtual property double BoundsArea {
   double get();
}

Property Value

Double value.Double value.
See Also

Reference

ImGearARTMarkStatistics Class
ImGearARTMarkStatistics Members