Search
Point.y Property
See Also
 





Gets or sets the y-coordinate of the point.

Namespace: MindFusion.Drawing
File: Point.js

 Syntax

JavaScript  Copy Code

get y() {}
set y(value) {}

 Property Value

Number

The y-coordinate of the point.

 See Also