TXTextControl.Point Object

Represents a pair of x- and y-coordinates that defines a point in a two-dimensional plane.

Syntax

[JavaScript]
{
    x: <number>,
    y: <number>,
}

Properties

Property Description
x The x-coordinate of the point.
y The y-coordinate of the point.