Click or drag to resize

MouseBasedObjectMoveManagerUpdateMoveBase Method

마우스 개체 이동상태 초기값 설정

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void UpdateMoveBase(
	int x,
	int y,
	bool bCenterBase = true
)

Parameters

x  Int32
화면좌표 X
y  Int32
화면좌표 Y
bCenterBase  Boolean  (Optional)
초기값 센터 정렬
See Also