MovePoints
Overloads
| Name | Description |
|---|---|
| MovePoints(int x, int y, bool updateData) | 포인트 이동 |
MovePoints(int x, int y, bool updateData)
public string MovePoints(int x, int y, bool updateData)
포인트 이동
Parameters
| Name | Type | Description |
|---|---|---|
| x | int | X 방향 이동 |
| y | int | Y 방향 이동 |
| updateData | bool | Update Points |
Returns
| Type | Description |
|---|---|
| string | Path Geometry 형식 포인트 |