Click or drag to resize

IInputEventHandlerMouseDrag Method

Executed when the mouse moves over the handler and a mouse button is down.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void MouseDrag(
	DragInfo dragInfo,
	Demo3DMouseEventArgs e
)

Parameters

dragInfo  DragInfo

[Missing <param name="dragInfo"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.MouseDrag(Demo3D.Visuals.DragInfo,Demo3D.Visuals.Demo3DMouseEventArgs)"]

e  Demo3DMouseEventArgs

[Missing <param name="e"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.MouseDrag(Demo3D.Visuals.DragInfo,Demo3D.Visuals.Demo3DMouseEventArgs)"]

See Also