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.
是否可以在 Quartz 中绘制一条具有奇怪纹理的线?这是纹理的一个例子。!
是的。这在某种程度上取决于你如何画线。这是一个选项:制作包含所需图案的图像,然后使用创建 UIColor[UIColor colorWithPatternImage:]并将其设置为当前笔触颜色,然后画一条线。
[UIColor colorWithPatternImage:]
CGContextAddLineToPoint一种方法:在剪裁矩形 ( ) 后绘制对角线(例如使用CGContextClipToRect)。
CGContextAddLineToPoint
CGContextClipToRect