使用石英绘图时如何确定线条起点?
我想在 iphone 的核心图形中画一条线。我使用 Quartz 进行绘图。我想固定线的起点。如何做到这一点?
i want to draw a line in core graphics in iphone.I am using Quartz for drawing. I want to fix the starting point of the line. How this can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要画一条线,只需检查此 How do I Draw a Line iPhone?
要检测触摸并将其转换为点,请执行以下操作......
To draw a line just check this How do I draw a line on the iPhone?
And to detect touches and convert them into points do the following.....
查找
Look for CGContextMoveToPoint in CoreGraphics.