NPlot Documented Class Library

PlotSurface2D.Interactions.Interaction.DoMouseDown Method 

[This is preliminary documentation and subject to change.]

Handler for this interaction if a mouse down event is received.

public virtual bool DoMouseDown(
   MouseEventArgs e,
   Control ctr
);

Parameters

e
event args
ctr
reference to the control

Return Value

true if plot surface needs refreshing.

See Also

PlotSurface2D.Interactions.Interaction Class | NPlot.Windows Namespace