public override Visual Clone() { var copy = new VisualLine(_line.Clone() as LineSegment2); copy.Prototype(this); return(copy); }