VoronoiFacetVertices Property |
http://www.emgu.com
Get or set the vertices of this facet
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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