Click or drag to resize

ViewManagerMouseDown Method

Perform mouse down processing.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void MouseDown(
	MouseEventArgs e,
	Point rawPt
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs that contains the event data.
rawPt
Type: System.DrawingPoint
The actual point provided from the windows message.
See Also