The properties of the Point class are listed below. For a complete list of Point class members, see the Point Members topic.
X | A getter for the x-coordinate of the Point. This is created so we can bypass having to go into the XML Attributes, because (x,y) coordinates are more closely tied to actual sketch and stroke attributes than the XML format. |
Y | A getter for the y-coordinate of the Point. This is created so we can bypass having to go into the XML Attributes, because (x,y) coordinates are more closely tied to actual sketch and stroke attributes than the XML format. |