| 20 | const inchesPerMeter float64 = 39.37007874 |
| 21 | |
| 22 | type Bitmap struct { |
| 23 | hBmp win.HBITMAP |
| 24 | hPackedDIB win.HGLOBAL |
| 25 | size Size // in native pixels |
| 26 | dpi int |
| 27 | transparencyStatus transparencyStatus |
| 28 | } |
| 29 | |
| 30 | type transparencyStatus byte |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected