SIMPOL Documentation

point

Description

The point object is a version of a point containing an x and a y coordinate and which can be both read and modified. This type is one of the base types of the wxgraphic drawing support.

Type Tags

point

Object Value

The value of a point object is a unique value that can be used to assign the coordinates of the point to another point object. The value is compatible between point and fixedpoint objects.

point.new()

Description

Creates a new fixedpoint object.

Prototype

point.new ( integer x, integer y )

Parameters

ParameterDefault valueType nameDescription
xNoneinteger The value that is used for the x coordinate of the object.
yNoneinteger The value that is used for the y coordinate of the object.

Properties

PropertyTypeDescription
typetype Specifies the point type object.
xinteger Specifies the x coordinate of the point.
yinteger Specifies the y coordinate of the point.