NPlot.PlotSurface2D.PlotSurface2D C# (CSharp) Method

PlotSurface2D() public method

Default constructor.
public PlotSurface2D ( ) : System
return System
        public PlotSurface2D()
        {
            // only create this once.
            m_titleDrawFormat = new StringFormat();
            m_titleDrawFormat.Alignment = StringAlignment.Center;

            Init();
        }