FMX.Graphics.TBitmap.CreateMask

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateMask: PByteArray;

C++

System::Sysutils::PByteArray __fastcall CreateMask();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


Beschreibung

Erstellt eine Maske aus dem aktuellen TBitmap-Bild. Die zurückgegebene Maske wird als PByteArray repräsentiert.

Siehe auch