http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Insert a point to the triangulation. If the point is already inserted, no changes will be made.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Insert( PointF point ) |
Visual Basic |
---|
Public Sub Insert ( _ point As PointF _ ) |
Visual C++ |
---|
public: void Insert( PointF point ) |
Parameters
- point
- Type: System.Drawing..::..PointF
The point to be inserted