ImageGear .NET - Updated
Area Property (ImGearARTShapeMarkStat)




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

Reference

ImGearARTShapeMarkStat Class
ImGearARTShapeMarkStat Members