Point class
Syntax:
Class Point
Properties:
Name Description
x Gets or sets the point's x position
y Gets or sets the point's y position
Methods:
Name Description
Add Adds a vector to the point
BindToDocument Binds the point to a document which makes it use the coordinates in the document's coordinate system
DistanceTo Determines the distance to another point
GetCopy Returns a copy of the point
Subtract Subtracts a vector from the point