RectF.Constructor Constructor
A constructor which takes x1, y1, x2 and y2 coordinates as a parameters.

Constructor(
x1
as Double,
y1
as Double,
x2
as Double,
y2
as Double)
Parameters
- x1
- The left coordinate of the rectangle.
- y1
- The top coordinate of the rectangle.
- x2
- The right coordinate of the rectangle.
- y2
- The bottom coordinate of the rectangle.
Remarks
See Also
RectF Class