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




In This Topic
    Area Property (ImGearARTShapeMarkStat)
    In This Topic
    Gets the area of the shape mark.
    Syntax
    'Declaration
     
    Public ReadOnly Property Area As Double
    'Usage
     
    Dim instance As ImGearARTShapeMarkStat
    Dim value As Double
     
    value = instance.Area
    public double Area {get;}
    public: __property double get_Area();
    public:
    property double Area {
       double get();
    }

    Property Value

    Double value.
    See Also