NPlot Documented Class Library

PlotSurface2D.DoPaint Method 

[This is preliminary documentation and subject to change.]

All functionality of the OnPaint method is provided by this function. This allows use of the all encompasing PlotSurface.

public void DoPaint(
   PaintEventArgs pe,
   int width,
   int height
);

Parameters

pe
the PaintEventArgs from paint event.
width
width of the control
height
height of the control

Implements

ISurface.DoPaint

See Also

PlotSurface2D Class | NPlot.Windows Namespace