Gets a point set containing the four corner vertices 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 PointSet GetVertices()
Visual Basic (Declaration)
Public Function GetVertices As PointSet
Visual C++
public:
PointSet^ GetVertices()

Return Value

Returns a point set containing the four corner vertices of the bounding rectangle.

Remarks

The vertices are oriented counterclockwise.

See Also