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