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




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

    Property Value

    Double value.
    See Also