Get or set the vertices of this facet

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

Syntax

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

See Also