示例#1
0
 public Region2D(Index2D location, Size2D size)
 {
     this.Index = location;
     this.Size  = size;
 }
示例#2
0
 public CopyInfo(Index2D source, Index2D destination, Size2D size)
 {
     this.Source      = source;
     this.Destination = destination;
     this.Size        = size;
 }