This field will compile a list of all objects that belong to the class. The list is sorted with the oldest object appearing first.
+The resulting array must be terminated with
This field will compile a list of all objects that belong to the class. The list is sorted with the oldest object appearing first.
-The resulting array must be terminated with
Any vector that generates a path can be traced by calling this method. Tracing allows the caller to follow the path for each pixel that would be drawn if the path were to be rendered with a stroke size of 1. The prototype of the callback function is ERR Function(OBJECTPTR Vector, LONG Index, LONG Command, DOUBLE X, DOUBLE Y, APTR Meta)
.
The PathTimestamp can be used as a basic means of recording the state of the vector's path, and checking that state for changes at a later time. For more active monitoring and response, clients should subscribe to the PATH_CHANGED
event.