Performs actions that should be taken when the MouseDown event occurs.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Function NotifyMouseDown ( _ e As MouseEventArgs _ ) As Boolean
public bool NotifyMouseDown( MouseEventArgs e )
Type: System.Windows.Forms.MouseEventArgs
A MouseEventArgs object that contains the event data.