public class PolygonPoints
extends java.lang.Object
| Constructor and Description |
|---|
PolygonPoints(android.graphics.PointF topLeftPoint,
android.graphics.PointF topRightPoint,
android.graphics.PointF bottomLeftPoint,
android.graphics.PointF bottomRightPoint) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.PointF |
getBottomLeftPoint() |
android.graphics.PointF |
getBottomRightPoint() |
android.graphics.PointF |
getTopLeftPoint() |
android.graphics.PointF |
getTopRightPoint() |