NPlot Documented Class Library

PlotSurface2D.Draw Method 

[This is preliminary documentation and subject to change.]

Draw the the PlotSurface2D and all contents [axes, drawables, and legend] on the supplied graphics 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 Namespace