摘要:
方法: 1 -(void) addRoundedRectToPath : (CGContextRef) context : (CGRect) rect : (float) ovalWidth : (float) ovalHeight{ 2 float fw, fh; 3 if (ovalWidth == 0 || ovalHeight == 0) { // 1 4 CGContextAddRect(context, rect); 5 return; 6 } 7 CGContextSaveGState(context); 8 CGContextTranslateCTM (conte... 阅读全文
posted @ 2013-06-24 15:19
mxlzlh
阅读(672)
评论(0)
推荐(0)

浙公网安备 33010602011771号