JSPointF class

JSPointF class

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

Constructors

NameDescription
JSPointF(x, y)

Properties

NameDescription
XGets the x-coordinate.
YGets the y-coordinate.

See Also