VoronoiFacetPoint Property |
http://www.emgu.com
The point this facet associates to
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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