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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void MouseDown(
	MouseEventArgs e,
	Point rawPt
)

Parameters

e  MouseEventArgs
A MouseEventArgs that contains the event data.
rawPt  Point
The actual point provided from the windows message.
See Also