Click or drag to resize
Subdiv2DInsert Method (PointF)
http://www.emgu.com
Insert a point to the triangulation.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Insert(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The point to be inserted
See Also