Get or set the vertices of this facet

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public PointF[] Vertices { get; set; }
Public Property Vertices As PointF()
public:
property array<PointF>^ Vertices {
	array<PointF>^ get ();
	void set (array<PointF>^ value);
}

See Also