Click or drag to resize
XDL

NXEasy3DViewSetMouseControlMode Method

확대축소, 회전, 이동의 마우스 제어 상태를 설정한다.

Namespace:  Pixoneer.NXDL.NXEasy3D
Assembly:  NXEasy3D (in NXEasy3D.dll) Version: 1.2.817.72
Syntax
C#
public void SetMouseControlMode(
	uint mode
)

Parameters

mode
Type: SystemUInt32
[In] 마우스 제어 모드. Pixoneer.NXDL.NGR.eMouseControl의 값을 조합하여 마우스를 제어할 수 있다.
See Also