MCPcopy Create free account
hub / github.com/andlabs/ui / End

Method End

draw.go:149–151  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

147// DrawPath that has been ended. You cannot draw with a
148// DrawPath that has not been ended.
149func (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

Callers 2

constructGraphFunction · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected