Search
Rect.right Method
See Also
 





Gets the x-coordinate that is the sum of x and width values of this Rect.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function right ()

 Return Value

The x-coordinate that is the sum of x and width of this rectangle.

 See Also