[This is preliminary documentation and is subject to change.]

Get or set the vertices of this facet

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

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