Click or drag to resize
AB4D logo

MouseCameraControllerStartCameraRotation Method

Starts the camera rotation by showing the rotation center marker (when ShowRotationCenterMarker is true), changing cursor (to RotationCursor) and updating the rotation center position (when RotateAroundMousePosition is true). To stop mouse processing call StopCurrentMouseProcessing.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void StartCameraRotation(
	Point mousePosition
)

Parameters

mousePosition  Point
current mouse position
See Also