VectorOfPointFPush Method (PointF) |
http://www.emgu.com
Push an array of value into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Push(
PointF[] value
)
Public Sub Push (
value As PointF()
)
public:
void Push(
array<PointF>^ value
)
member Push :
value : PointF[] -> unit
Parameters
- value
- Type: System.DrawingPointF
The value to be pushed to the vector
See Also