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: 15.0.2.11458
Syntax
C#
void MouseDrag(
	DragInfo dragInfo,
	Demo3DMouseEventArgs e
)

Parameters

dragInfo
Type: Demo3D.VisualsDragInfo

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

e
Type: Demo3D.VisualsDemo3DMouseEventArgs

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

See Also