<< Click to Display Table of Contents >> TVPEPolyLine.AddPoint |
[All component types, except VCL]
Adds a new point to the PolyLine object.
method void VPE.TVPEPolyLine.AddPoint(
VpeCoord X,
VpeCoord Y
)
VpeCoord X, Y
coordinate of new point
•The first point you add contains the starting coordinate
•Each added point contains the next coordinate where to draw to
•If a point is -1, -1, the next coordinate is interpreted as a NEW starting coordinate