RectF

public void RectF(float left, float top, float right, float bottom)

Constructs a new RectF with the specified values.

Parameters

left

The left coordinate of the rectangle.

top

The top coordinate of the rectangle.

right

The right coordinate of the rectangle.

bottom

The bottom coordinate of the rectangle.