Search
Rect.topRight Method
See Also
 





Gets the top-right edge of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function topRight ()

 Return Value

The top-right edge, which is a Point with x that is the sum of x and width and with y equal to y.

 See Also