Search
Point.x Property
See Also
 






Gets or sets the x-coordinate of the point.

Namespace: MindFusion.Drawing
File: Point.js

 Syntax

JavaScript  Copy Code

get x() {}
set x(value) {}

 Property Value

Number

The x-coordinate of the point.

 See Also