Gets the bottom-left edge of this Rect object.
Namespace: MindFusion.Drawing
File: Rect.js
JavaScript Copy Code |
---|
function bottomLeft () |
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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |