Bitmaps
Images handed to and from the SDK. Created with kind bitmap.
This kind has no spec factory — its objects are reached, not constructed.
Base classes
Not constructed directly. Their properties are reachable on every object above that derives from them.
Bitmap
| Property | Type | Access | Description |
|---|---|---|---|
bytesPerPixel | integer | read-only | Returns the bytes per pixel parameter of this bitmap. Valid values are 1, 2, 3 and 4. |
colorFormat | enum | read-only | Returns the color format of this bitmap. |
height | integer | read-only | Returns the height of the bitmap. |
width | integer | read-only | Returns the width of the bitmap. |