Skip to main content

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

PropertyTypeAccessDescription
bytesPerPixelintegerread-onlyReturns the bytes per pixel parameter of this bitmap. Valid values are 1, 2, 3 and 4.
colorFormatenumread-onlyReturns the color format of this bitmap.
heightintegerread-onlyReturns the height of the bitmap.
widthintegerread-onlyReturns the width of the bitmap.