NPlot Documented Class Library

PlotSurface2D.DoMouseDown Method 

[This is preliminary documentation and subject to change.]

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

public void DoMouseDown(
   MouseEventArgs e
);

Parameters

e
The mouse event args from the window we are drawing to.

Implements

ISurface.DoMouseDown

See Also

PlotSurface2D Class | NPlot.Windows Namespace