BoundsArea Property (ImGearARTMarkStatistics)
In This Topic
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