NPlot.PlotSurface2D.PlotSurface2D C# (CSharp) 메소드

PlotSurface2D() 공개 메소드

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

            Init();
        }