Subdiv2DInsert Method (PointF) |
http://www.emgu.com
Insert a point to the triangulation.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Insert(
PointF point
)
Public Sub Insert (
point As PointF
)
public:
void Insert(
PointF point
)
member Insert :
point : PointF -> unit
Parameters
- point
- Type: System.DrawingPointF
The point to be inserted
See Also