Subdiv2DInsert Method (PointF, Boolean) |
http://www.emgu.com
Insert a collection of points to this planar subdivision
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Insert(
PointF[] points,
bool silent
)
Public Sub Insert (
points As PointF(),
silent As Boolean
)
public:
void Insert(
array<PointF>^ points,
bool silent
)
member Insert :
points : PointF[] *
silent : bool -> unit
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