ImageGear .NET - Updated
Area Property (ImGearARTMarkStatistics)




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

Property Value

Double value.
Remarks
If the mark does not have an area (for example, Line or Protractor mark), this property will retun 0.
See Also

Reference

ImGearARTMarkStatistics Class
ImGearARTMarkStatistics Members