Bitmap.PlotSurface2D.Draw C# (CSharp) Method

Draw() public method

Renders the plot.
public Draw ( Graphics g, Rectangle bounds ) : void
g Graphics The graphics surface.
bounds Rectangle The rectangle storing the bounds for rendering.
return void
            public void Draw(Graphics g, Rectangle bounds)
            {
                ps_.Draw(g, bounds);
            }