Click or drag to resize

VectorOfPointFToArray Method

http://www.emgu.com
Convert the standard vector to an array of PointF

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public PointF[] ToArray()

Return Value

Type: PointF
An array of PointF
See Also