/// <summary>
        /// Copies the this.
        /// </summary>
        /// <param name="o">The o.</param>
        private void CopyThis(ZeroitBusyBarPainterSillyscope o)
        {
            _Preset = o._Preset;

            _DrawGrid      = o._DrawGrid;
            _GridLineColor = o._GridLineColor;
            _GridLineWidth = o._GridLineWidth;
            _GridSpaceX    = o._GridSpaceX;
            _GridSpaceY    = o._GridSpaceY;

            _LineColor = o._LineColor;
            _LineWidth = o._LineWidth;

            _Points  = o._Points;
            _Shape   = o._Shape;
            _Tension = o._Tension;

            _HorizontalScale = o._HorizontalScale;
            _VerticalScale   = o._VerticalScale;
            _WindowDraw      = o._WindowDraw;
            _WindowScale     = o._WindowScale;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="ZeroitBusyBarPainterSillyscope"/> class.
        /// </summary>
        /// <param name="o">The o.</param>
        protected ZeroitBusyBarPainterSillyscope(ZeroitBusyBarPainterSillyscope o) : base(o)
        {
            //			OnBarSet();

            CopyThis(o);
        }