ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkStatistics Class / Area Property




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