Search
Rect.top Method
See Also
 





Gets the y-coordinate of the top edge of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function top ()

 Return Value

Number. The y-coordinate of the top edge of this Rect object.

 See Also