/// <summary> /// 克隆实体 /// </summary> /// <returns>返回克隆体</returns> public object Clone() { return(new DrawImg { DrawList = DrawList.ToList(), BackgroundPath = BackgroundPath, BackgroundUrl = BackgroundUrl, BackgroundImage = BackgroundImage, BackgroundColor = BackgroundColor, Rotate = Rotate, Height = Height, Width = Width, Left = Left, Top = Top }); }