http://blog.sina.com.cn/s/blog_76f3236b01013zmk.html分类: iphone有关 1、CGRectInsetCGRect CGRectInset ( CGRect rect, CGFloat dx, CGFloat dy ); 该结构体的应用...
分类:
其他好文 时间:
2015-01-13 12:12:10
阅读次数:
169
//CGRectInset 将原来的矩形放大或者缩小,正表示缩小,-表示放大。CGRect rect= CGRectMake(20, 50, 100, 80); CGRect rect1=CGRectInset(rect, -10, 20); NSLog(@"%@",p(rect1));//输出结....
分类:
其他好文 时间:
2014-11-22 20:07:57
阅读次数:
176
`1.CGRectInset````CGRect CGRectInset ( CGRect rect, CGFloat dx, CGFloat dy);````return rect which is smaller or larger than the source with the...
分类:
其他好文 时间:
2014-07-24 05:05:48
阅读次数:
264