Get the 4 verticies of this Box.

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public PointF[] GetVertices()
Visual Basic (Declaration)
Public Function GetVertices As PointF()
Visual C++
public:
virtual array<PointF>^ GetVertices() sealed

Return Value

The vertives of this MCvBox2D

Implements

IConvexPolygonF..::.GetVertices()()()

See Also