Computes the perimeter of the bounding rectangle.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double Perimeter()
Visual Basic (Declaration)
Public Function Perimeter As Double
Visual C++
public:
double Perimeter()

Return Value

Returns the perimeter of the bounding rectangle.

See Also