Insert a point to the triangulation. If the point is already inserted, no changes will be made.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Insert(
	PointF point
)
Visual Basic (Declaration)
Public Sub Insert ( _
	point As PointF _
)
Visual C++
public:
void Insert(
	PointF point
)

Parameters

point
Type: System.Drawing..::.PointF
The point to be inserted

See Also