Gets the bottom-right edge of this Rect object.
Namespace: MindFusion.DrawingFile: Rect.js
function bottomRight ()
The bottom-right edge, which is a Point with x that is the sum of x and width and with y that is the sum of y and height.
Rect MembersRect ClassMindFusion.Drawing Namespace