www.emgu.com/wiki
Insert a collection of points to this planar subdivision

Declaration Syntax
public void Insert(
PointF[] points,
bool silent
)
Public Sub Insert ( _
points As PointF(), _
silent As Boolean _
)
public:
void Insert(
array<PointF>^ points,
bool silent
)

Parameters
- points (array<
PointF
>[]()[])
- The points to be inserted to this planar subdivision
- silent (Boolean)
- If true, any exception during insert will be ignored
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)