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

Struct Canvas

vg/draw/canvas.go:57–60  ·  view source on GitHub ↗

A Canvas is a vector graphics canvas along with an associated Rectangle defining a section of the canvas to which drawing should take place.

Source from the content-addressed store, hash-verified

55// an associated Rectangle defining a section of the canvas
56// to which drawing should take place.
57type Canvas struct {
58 vg.Canvas
59 vg.Rectangle
60}
61
62// XAlignment specifies text alignment in the X direction. Three preset
63// options are available, but an arbitrary alignment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected