9
我正在開發一個應用程序,我需要在幾個點之間繪製虛線。我試過在iPhone上使用Quartz繪製虛線
CGContextSetLineCap(UIGraphicsGetCurrentContext(), kCGLineCapRound)
CGContextSetLineDash(UIGraphicsGetCurrentContext(), 0, lengths, LENGTH_OF_ARRAY)
但我看到的是虛線而不是虛線。我怎樣才能得到虛線?
https://developer.apple.com/library/ios/# documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_paths/dq_paths.html – Jay 2010-06-28 18:05:40
這是一篇舊文章,但上述評論實際上並沒有幫助。該鏈接不包括繪製點。 – 2012-07-20 13:48:03
確實如此。有一個關於「繪製路徑」的完整部分,它描述瞭如何使用CGContextSetLineDash繪製「線條短劃線樣式」https://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference的.html#// apple_ref/DOC/c_ref/CGContextSetLineDash – pinkeerach 2013-03-13 17:53:00