FXBMPIcon
FXBMPIcon(a, pix=None, clr=FXRGB(192, 192, 192), opts=0, w=1, h=1)

Construct icon from memory stream formatted in Microsoft BMP format.
| Argument | Type | Default | Description |
| a | FXApp | | |
| pix | | None | |
| clr | FXColor | FXRGB(192, 192, 192) | |
| opts | Int | 0 | |
| w | Int | 1 | |
| h | Int | 1 | |