Subdiv2DInsert Method (PointF) |
http://www.emgu.com
Insert a point to the triangulation.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Insert(
PointF point
)
Public Sub Insert (
point As PointF
)
public:
void Insert(
PointF point
)
member Insert :
point : PointF -> unit
Parameters
- point
- Type: System.DrawingPointF
The point to be inserted
See Also