Click or drag to resize
XDL

NXEasy3DViewTrackballTranslate Method

마우스 이동의 시작 및 종료 위치를 통해 트랙볼 조작의 카메라를 이동시킨다. 기본적으로 이 함수는 OnMouseMove와 같은 마우스 관련 함수에 의해 호출된다.

Namespace:  Pixoneer.NXDL.NXEasy3D
Assembly:  NXEasy3D (in NXEasy3D.dll) Version: 1.2.817.72
Syntax
C#
public void TrackballTranslate(
	int x1,
	int y1,
	int x2,
	int y2
)

Parameters

x1
Type: SystemInt32
[In] 이동을 위한 시작 x 위치.
y1
Type: SystemInt32
[In] 이동을 위한 시작 y 위치.
x2
Type: SystemInt32
[In] 이동을 위한 종료 x 위치.
y2
Type: SystemInt32
[In] 이동을 위한 종료 y 위치.
See Also