http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Insert a collection of points to this planar subdivision
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Insert( PointF[] points, bool silent ) |
Visual Basic |
---|
Public Sub Insert ( _ points As PointF(), _ silent As Boolean _ ) |
Visual C++ |
---|
public: void Insert( array<PointF>^ points, bool silent ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The points to be inserted to this planar subdivision
- silent
- Type: System..::..Boolean
If true, any exception during insert will be ignored