RubberbandOnMouseDown Method |
Called when a mouse button is pressed over the
Rubberband.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax protected virtual void OnMouseDown(
MouseEventArgs e
)
Protected Overridable Sub OnMouseDown (
e As MouseEventArgs
)
Parameters
- e
- Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs containing the mouse information for this event.
See Also