Emgu CV Library Documentation
Insert Method (point)
NamespacesEmgu.CVPlanarSubdivisionInsert(PointF)

www.emgu.com/wiki
Insert a point to the triangulation. If the point is already inserted, no changes will be made.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	PointF point
)
Public Sub Insert ( _
	point As PointF _
)
public:
void Insert(
	PointF point
)
Parameters
point (PointF)
The point to be inserted

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)