VoronoiFacetVertices Property |
http://www.emgu.com
Get or set the vertices of this facet
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic PointF[] Vertices { get; set; }
Public Property Vertices As PointF()
Get
Set
public:
property array<PointF>^ Vertices {
array<PointF>^ get ();
void set (array<PointF>^ value);
}
member Vertices : PointF[] with get, set
Property Value
Type:
PointF
See Also