Click or drag to resize
Subdiv2DInsert Method (PointF, Boolean)
http://www.emgu.com
Insert a collection of points to this planar subdivision

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[] points,
	bool silent
)

Parameters

points
Type: System.DrawingPointF
The points to be inserted to this planar subdivision
silent
Type: SystemBoolean
If true, any exception during insert will be ignored
See Also