NPlot Documented Class Library

PlotSurface2D.Interactions.Interaction.DoMouseMove Method 

[This is preliminary documentation and subject to change.]

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

public virtual bool DoMouseMove(
   MouseEventArgs e,
   Control ctr,
   KeyEventArgs lastKeyEventArgs
);

Parameters

e
event args
ctr
reference to the control
lastKeyEventArgs

Return Value

true if plot surface needs refreshing.

See Also

PlotSurface2D.Interactions.Interaction Class | NPlot.Windows Namespace