ImageGear .NET - Updated
BoundsArea Property (ImGearARTMarkStat)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkStat Class : BoundsArea Property
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

Reference

ImGearARTMarkStat Class
ImGearARTMarkStat Members