MCPcopy Index your code
hub / github.com/gonum/plot / ApplyTo

Method ApplyTo

vg/recorder/recorder.go:430–432  ·  view source on GitHub ↗

ApplyTo applies the action to the given vg.Canvas.

(c vg.Canvas)

Source from the content-addressed store, hash-verified

428
429// ApplyTo applies the action to the given vg.Canvas.
430func (a *DrawImage) ApplyTo(c vg.Canvas) {
431 c.DrawImage(a.Rectangle, a.Image)
432}
433
434// Call returns the pseudo method call that generated the action.
435func (a *DrawImage) Call() string {

Callers

nothing calls this directly

Calls 1

DrawImageMethod · 0.65

Tested by

no test coverage detected