Click or drag to resize

MouseBasedObjectMoveManagerUpdateMove Method

마우스 개체 이동 업데이트

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void UpdateMove(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
화면좌표 X
y
Type: SystemInt32
화면좌표 Y
See Also