Vcl.Graphics.TBitmap.Monochrome

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Monochrome: Boolean read GetMonochrome write SetMonochrome;

C++

__property bool Monochrome = {read=GetMonochrome, write=SetMonochrome, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Determines whether the bitmap displays its image in monochrome.

If Monochrome is true if the bitmap displays as a monochrome bitmap. Monochrome is false if the bitmap displays in color, that is, if it contains more than one bit per pixel.

Note:

Code Examples