Creates a Rect object with the specified edge locations. Namespace: MindFusion.Drawing
|
JavaScript
![]() |
---|
function fromLTRB (l, t, r, b) |
The x-coordinate of the upper-left corner of this Rect.
The y-coordinate of the upper-left corner of this Rect.
The x-coordinate of the lower-right corner of this Rect.
The y-coordinate of the lower-right corner of this Rect.
A rectangle with the specified coordinates.