| Package | Description |
|---|---|
| com.tencentcloudapi.lke.v20231130.models |
| Modifier and Type | Method and Description |
|---|---|
Coord |
Polygon.getLeftBottom()
Get 左下顶点坐标
|
Coord |
Polygon.getLeftTop()
Get 左上顶点坐标
|
Coord |
Polygon.getRightBottom()
Get 右下顶点坐标
|
Coord |
Polygon.getRightTop()
Get 右上顶点坐标
|
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.setLeftBottom(Coord LeftBottom)
Set 左下顶点坐标
|
void |
Polygon.setLeftTop(Coord LeftTop)
Set 左上顶点坐标
|
void |
Polygon.setRightBottom(Coord RightBottom)
Set 右下顶点坐标
|
void |
Polygon.setRightTop(Coord RightTop)
Set 右上顶点坐标
|
| Constructor and Description |
|---|
Coord(Coord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.