Vcl.Graphics.TBitmap.Monochrome

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Monochrome: Boolean read GetMonochrome write SetMonochrome;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Beschreibung

Legt fest, ob das Bitmap monochrom (einfarbig) dargestellt wird.

Der Wert true bedeutet, dass das Bitmap monochrom erscheint. Monochrome ist false, wenn das Bitmap mehr als ein Bit pro Pixel enthält.

Anmerkung: 

Codebeispiele