Bitmap.PlotSurface2D.Remove C# (CSharp) Method

Remove() public method

Remove a drawable object from the plot surface.
public Remove ( IDrawable p, bool updateAxes ) : void
p IDrawable the drawable to remove
updateAxes bool whether or not to update the axes after removing the idrawable.
return void
            public void Remove(IDrawable p, bool updateAxes)
            {
                ps_.Remove(p, updateAxes);
            }