Exemple #1
0
        public override Visual Clone()
        {
            var copy = new VisualText(_rectangle.Location, _text);

            copy.Prototype(this);
            return(copy);
        }
 public override Visual Clone()
 {
     var copy = new VisualText(_rectangle.Location, _text);
     copy.Prototype(this);
     return copy;
 }