コード例 #1
0
 public bool Equals(LocationRect value)
 {
     return(this == value);
 }
コード例 #2
0
 public LocationRect(LocationRect rect)
 {
     this.center     = new Location(rect.center);
     this.halfHeight = rect.halfHeight;
     this.halfWidth  = rect.halfWidth;
 }