| Package | Description |
|---|---|
| com.geotab.model.drawing |
| Modifier and Type | Field and Description |
|---|---|
static RectangleF |
RectangleF.EMPTY
An empty rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
static RectangleF |
RectangleF.fromLtrb(float left,
float top,
float right,
float bottom)
Gets a rectangle from left top right bottom.
|
RectangleF |
RectangleF.offset(PointF point)
Gets a new rectangle that is offset from the current by the point p.
|
Copyright © 2023. All rights reserved.