TypeLib Xojo support Plugin

EinhugurGeometry.Point Class (console safe)

This class defines integer based Point structure.

Object
   Point

class EinhugurGeometry.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 or gets the x coordinate of the point.
ySets or gets the y coordinate of the point.

Methods

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

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS