MCPcopy Create free account
hub / github.com/lxn/walk / Bitmap

Struct Bitmap

bitmap.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const inchesPerMeter float64 = 39.37007874
21
22type Bitmap struct {
23 hBmp win.HBITMAP
24 hPackedDIB win.HGLOBAL
25 size Size // in native pixels
26 dpi int
27 transparencyStatus transparencyStatus
28}
29
30type transparencyStatus byte
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected