Geom Object Methods
MoveBy(dx, dy)
Translates the geometry object by the specified offset.
Parameters:
MoveTo(x, y)
Moves the geometry object to the specified location; useful for rectangles, circles and arcs (the center point is moved)
Parameters:
Example:
Rotate(x, y, angle)
Rotates the geometry object counter-clockwise about the specified location by the angle specified (in radians).
Parameters:
Example:
Scale(x, y, factor)
Scales the geometry object about the specified location by the factor specified.
Parameters:
Example:
MirrorX(x)
Mirrors the X values of the object (Y values are unchanged) about the specified X value (X values falling on this line are unchanged).
Parameters:
Example:
MirrorY(y)
Mirrors the Y values of the object (X values are unchanged) about the specified Y value (Y values falling on this line are unchanged).
Parameters:
Example:
Copy()
Create and return a copy of the geometry object.
Example:
AddVoid(void_geom)
Adds a void object to an existing geometry object.
Example: