End ends the current DrawPath. You cannot add figures to a DrawPath that has been ended. You cannot draw with a DrawPath that has not been ended.
()
| 147 | // DrawPath that has been ended. You cannot draw with a |
| 148 | // DrawPath that has not been ended. |
| 149 | func (p *DrawPath) End() { |
| 150 | C.uiDrawPathEnd(p.p) |
| 151 | } |
| 152 | |
| 153 | // DrawContext represents a drawing surface that you can draw to. |
| 154 | // At present the only DrawContexts are surfaces associated with |
no outgoing calls
no test coverage detected