RectShapepublic class RectShape extends Shape Defines a rectangle shape.
The rectangle can be drawn to a Canvas with its own draw() method,
but more graphical control is available if you instead pass
the RectShape to a {@link android.graphics.drawable.ShapeDrawable}. |
Fields Summary |
---|
private android.graphics.RectF | mRect |
Constructors Summary |
---|
public RectShape()RectShape constructor.
|
|