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

Struct ImageList

imagelist.go:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type ImageList struct {
17 hIml win.HIMAGELIST
18 dpi int
19 maskColor Color
20 imageSize96dpi Size
21 colorMaskedBitmap2Index map[*Bitmap]int
22 bitmapMaskedBitmap2Index map[bitmapMaskedBitmap]int
23 icon2Index map[*Icon]int32
24}
25
26type bitmapMaskedBitmap struct {
27 bitmap *Bitmap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected