Class

ArcInfo

ArcInfo()

An object with coordinates of a drawn arc.

Constructor

# new ArcInfo()

Properties:
Name Type Description
centerX number

center x coordinate of the arc.

centerY number

center y coordinate of the arc.

startX number

x coordinate of the arc start.

startY number

y coordinate of the arc start.

endX number

x coordinate of the arc end.

endY number

y coordinate of the arc end.