NPlot.PiAxis.DoClone C# (CSharp) Method

DoClone() protected static method

Helper method for Clone.
protected static DoClone ( PiAxis b, PiAxis a ) : void
b PiAxis The cloned object.
a PiAxis The original object to clone.
return void
        protected static void DoClone( PiAxis b, PiAxis a )
        {
            Axis.DoClone( b, a );
        }