Gets a list of edges containing the four edges of the bounding rectangle.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public List<Edge> GetEdges() |
Visual Basic (Declaration) |
---|
Public Function GetEdges As List(Of Edge) |
Visual C++ |
---|
public: List<Edge^>^ GetEdges() |
Return Value
Returns a list of edges containing the four edges of the bounding rectangle.
Remarks
The edges are oriented counterclockwise.