VoronoiFacetPoint Property |
http://www.emgu.com
The point this facet associates to
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic PointF Point { get; set; }
Public Property Point As PointF
Get
Set
public:
property PointF Point {
PointF get ();
void set (PointF value);
}
member Point : PointF with get, set
Property Value
Type:
PointF
See Also