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




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

    Property Value

    Double value.
    See Also