public object Clone() { var clone = new PaintPointer(); clone.PointerId = this.PointerId; clone.Coords = this.Coords; return(clone); }
public object Clone() { var clone = new PaintPointer(); clone.PointerId = this.PointerId; clone.Coords = this.Coords; return clone; }