コード例 #1
0
ファイル: TileFormat.cs プロジェクト: saveenr/saveenr
 public TileFormat Clone()
 {
     var o = new TileFormat();
     o.Style = this.Style;
     o.Color = this.Color;
     o.GradientStyle = this.GradientStyle;
     return o;
 }
コード例 #2
0
        public TileFormat Clone()
        {
            var o = new TileFormat();

            o.Style         = this.Style;
            o.Color         = this.Color;
            o.GradientStyle = this.GradientStyle;
            return(o);
        }