Пример #1
0
 public void Intersect(CGRect rect)
 {
     this = CGRect.Intersect(this, rect);
 }