Get the vertices of this triangle

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

Syntax

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

Return Value

The vertices of this triangle

Implements

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

See Also