NPlot Documented Class Library

PlotSurface2D.Draw Method 

[This is preliminary documentation and subject to change.]

Draws the plot surface on the supplied graphics surface [not the control surface].

public void Draw(
   Graphics g,
   Rectangle bounds
);

Parameters

g
The graphics surface on which to draw
bounds
A bounding box on this surface that denotes the area on the surface to confine drawing to.

See Also

PlotSurface2D Class | NPlot.Windows Namespace