Specifies whether the bitmap is monochrome.
Declaration
TBitmapObj.Monochrome
Read-Write Property | Boolean |
TBitmapObj | A TBitmap object |
Description
The Monochrome
property specifies whether the bitmap is drawn monochrome or multicolor. If Monochrome
is True, the bitmap is monochrome, that is, it contains one bit per pixel. If this property is set to False, the bitmap contains more than one bit per pixel and is multicolor.
Property Value
True if the bitmap is monochrome; False otherwise.