Get or set the vertices of this facet

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

Syntax

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

See Also