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

Method TransformSize

draw.go:430–432  ·  view source on GitHub ↗

TODO unimplemented

(x float64, y float64)

Source from the content-addressed store, hash-verified

428
429// TODO unimplemented
430func (m *DrawMatrix) TransformSize(x float64, y float64) (xout float64, yout float64) {
431 panic("TODO")
432}
433
434// TODO
435func (c *DrawContext) Transform(m *DrawMatrix) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected