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




In This Topic
    BoundsPerimeter Property (ImGearARTMarkStatistics)
    In This Topic
    Gets the perimeter of the marks' bounds rectangle.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property BoundsPerimeter As Double
    'Usage
     
    Dim instance As ImGearARTMarkStatistics
    Dim value As Double
     
    value = instance.BoundsPerimeter
    public virtual double BoundsPerimeter {get;}
    public: __property virtual double get_BoundsPerimeter();
    public:
    virtual property double BoundsPerimeter {
       double get();
    }

    Property Value

    Double value.
    See Also