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

Struct Icon

icon.go:22–30  ·  view source on GitHub ↗

Icon is a bitmap that supports transparency and combining multiple variants of an image in different resolutions.

Source from the content-addressed store, hash-verified

20// Icon is a bitmap that supports transparency and combining multiple
21// variants of an image in different resolutions.
22type Icon struct {
23 filePath string
24 index int
25 res *uint16
26 dpi2hIcon map[int]win.HICON
27 size96dpi Size
28 isStock bool
29 hasIndex bool
30}
31
32type ExtractableIcon interface {
33 FilePath_() string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected