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