TIEVisionVectorPoint2f.push_back
Declaration
procedure push_back(value: TIEVisionPoint2f); safecall;
Description
Append a new point to the vector.
Parameter | Description |
value | Point to add |
vector1.push_back( IEVisionPoint2f(10.7, 20.1) );
Loading contents...