Click or drag to resize

Projection2DMovePoints Method

포인트 이동

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public string MovePoints(
	int x,
	int y,
	bool updateData = true
)

Parameters

x
Type: SystemInt32
X 방향 이동
y
Type: SystemInt32
Y 방향 이동
updateData (Optional)
Type: SystemBoolean
Update Points

Return Value

Type: String
Path Geometry 형식 포인트
See Also