1.CGRectOffset使用从源CGRect偏移的原点来创建矩形 float offset = 25.0; CGRect r1 = CGRectMake(100, 100, 100, 100); CGRect r2 = CGRectOffset(r1, offset, offset);