MCPcopy
hub / github.com/lxn/walk / PaintFuncImage

Struct PaintFuncImage

image.go:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type PaintFuncImage struct {
73 size96dpi Size
74 paint PaintFunc // in 1/96" units
75 paintPixels PaintFunc // in native pixels
76 dispose func()
77}
78
79// NewPaintFuncImage creates new PaintFuncImage struct. size parameter and paint function bounds
80// parameter are specified in 1/96" units.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected