是有可能通過UITouchMoved繪製橢圓在iPhone的SDK,因爲我們在MSPAINT做?任何 例子嗎?Ellipse通過TouchMoved?
0
A
回答
0
只需保存在觸摸移動委託RECT,並在矩形(可能使用CGContextStrokeEllipseInRect)繪製一個橢圓每當視圖的drawRect被調用。調用setNeedsDisplay來說,drawRect需要在返回到運行循環之前被調用。
0
猜你的意思是橢圓而不是日食?如果是這樣,請使用+ [UIBezierPath bezierPathWithOvalInRect:]。
相關問題
- 1. b2shape Ellipse?
- 2. Three.js Ellipse
- 3. 有關touchmoved功能
- 4. 用TouchMoved拖動精靈
- 5. IOS:touchbegan和touchmoved在兩個類
- 6. 通過在屏幕的指定區域使用touchmoved來移動精靈
- 7. Ellipse的MouseDown不起作用
- 8. 圖像的id在touchMoved功能
- 9. TouchMoved不能接收多個觸摸
- 10. 動態類沒有效果 - Ellipse
- 11. plot Ellipse bounding points的百分比
- 12. 如何累計拖動Ellipse對象?
- 13. 如何在WPF中擴展Ellipse類
- 14. 如何在ios swift中檢測touchbegan和touchmoved動作的角度?
- 15. touchtouchEnded在touchesBegan和touchMoved之後沒有被調用
- 16. 的initWithCoder打破我的觸摸事件(touchBegan,touchMoved等)
- 17. 在Windows Phone 8.1上將Ellipse或EllipseGeometry轉換爲PathFigure
- 18. 將Ellipse放在同一視圖中的一條線的邊緣
- 19. 如何擺脫angular1項目中ellipse的experimentalDecorators警告
- 20. Ellipse和Line之間的CombineGeometry沒有交集
- 21. 以編程方式將圖像附加到Ellipse
- 22. 用Kinect拾取框架元素(Like Ellipse or Rectangle)
- 23. 我如何創建一個繼承Ellipse類的子類
- 24. rails has_many:通過has_many:通過
- 25. 通過塊引用通過
- 26. 通過AJAX通過javascript
- 27. 只能通過通過ssh
- 28. 通過RDP通過IPv6的
- 29. 通過過濾
- 30. 通過過濾
任何示例請 – 2011-03-14 14:49:21