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

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(
	ref MCvPoint2D32f point
)
Public Sub Insert ( _
	ByRef point As MCvPoint2D32f _
)
public:
void Insert(
	MCvPoint2D32f% point
)
Parameters
point ( MCvPoint2D32f %)
The point to be inserted

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)