Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 CGContextFillRect 与 Pattern image ( [UIColor colorWithImage:@"Image.png"]) 一起使用,但将初始图像“绑定”到正在绘制的矩形的左上角?
[UIColor colorWithImage:@"Image.png"]
可以通过以下方式达到预期的结果
CGContextSetPatternPhase(context, CGSizeMake(0, 0));
请参阅文档CGContextSetPatternPhase