/**
         * Removes dashing
         */
        public bool setsolid()
        {
            _stream.setSolid();

            return(true);
        }