Search
Rect.bottom Method
See Also
 





Gets the y-coordinate that is the sum of the y and height values of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function bottom ()

 Return Value

The y-coordinate that is the sum of y and height of this Rect.

 See Also