Constant Value | Description | Numeric Equivalent |
---|---|---|
BE_FULLDIVIDER | The 4 dividers run the full width or height of the BitmapObject image | -3 |
BE_NODIVIDER | No divider is applied between the sectors | -1 |
BE_IMAGE | Provides the set of alternative images that this BitmapObject contains | 1 |
BE_SECTOR | Provides the set of 9 sectors into which the imageindex-specified image is parsed for BDP_BORDEREDxxx backgrounds | 2 |
BE_ICON | Provides the set of sprite source icons that this BitmapObject contains | 3 |
BE_EMBED | Returns details of the sprite specified by elementindex or position | 4 |
BE_FIELD | Provides details of the sprite or image sector, positioned relative to the hostfield’s topleft corner, at the pixel coordinates specified by the x and y, or xleft and ytop, parameters | 16 |
BE_MOUSECURSOR | Provides details of the sprite or image sector, positioned under the mouse cursor | 32 |
BE_EVENT | Provides details of the sprite or image sector, positioned where the event was triggered | 128 |
BE_INDEX | Provides details about the element (image, sector, icon, sprite) corresponding to the specified elementindex | 256 |