[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual 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

See Also