public class RectUtil
extends java.lang.Object
Rect
classConstructor and Description |
---|
RectUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
updateRect(android.graphics.Rect rect,
float x1,
float y1,
float x2,
float y2)
Updates Rect with specified X, Y coordinates
|