UtilsLib REALbasic Support Plugin

Point Class

This class defines and wraps a Point structure.

Object
   Point

class Point

Constructors

PointThe default constructor for the Point class.
PointA constructor which takes x and y coordinates as a parameters.

Properties

CloneReturns a clone of the Point.
xSets ot gets the x coordinate of the point.
ySets ot gets the y coordinate of the point.

Methods

Operator_AddA + operator to be able to add two points together.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86