Search
Rect.bottomLeft Method
See Also
 






Gets the bottom-left edge of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function bottomLeft ()

 Return Value

The bottom-left edge, which is a Point with x that is equal to x and with y that is the sum of y and height.

 See Also