NPlot Documented Class Library

PlotSurface2D.DoMouseMove Method 

[This is preliminary documentation and subject to change.]

All functionality of the OnMouseMove function is contained here. This allows use of the all encompasing PlotSurface.

public void DoMouseMove(
   MouseEventArgs e,
   Control ctr
);

Parameters

e
The mouse event args from the window we are drawing to.
ctr
The control that the mouse event happened in.

Implements

ISurface.DoMouseMove

See Also

PlotSurface2D Class | NPlot.Windows Namespace