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

Method Transform

draw.go:435–439  ·  view source on GitHub ↗

TODO

(m *DrawMatrix)

Source from the content-addressed store, hash-verified

433
434// TODO
435func (c *DrawContext) Transform(m *DrawMatrix) {
436 cm := m.toLibui()
437 C.uiDrawTransform(c.c, cm)
438 C.pkguiFreeMatrix(cm)
439}
440
441// TODO
442func (c *DrawContext) Clip(p *DrawPath) {

Callers 1

DrawMethod · 0.80

Calls 1

toLibuiMethod · 0.65

Tested by

no test coverage detected