 | Projection2D.MovePoints Method |
포인트 이동
Namespace:
VIZCore3D.NET.Data
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.124 (2.8.25.124)
Syntaxpublic string MovePoints(
int x,
int y,
bool updateData = true
)
Parameters
- x
- Type: System.Int32
X 방향 이동 - y
- Type: System.Int32
Y 방향 이동 - updateData (Optional)
- Type: System.Boolean
Update Points
Return Value
Type:
StringPath Geometry 형식 포인트
See Also