Class Point

Point

A point representing a location.

Methods

MethodReturn typeBrief description
getX()NumberGets the horizontal coordinate, measured in points.
getY()NumberGets the vertical coordinate, measured in points.

Detailed documentation

getX()

Gets the horizontal coordinate, measured in points.

Return

Number


getY()

Gets the vertical coordinate, measured in points.

Return

Number