FMX.Graphics.TBitmap.CreateMask

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateMask: PByteArray;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


Description

Crée un masque à partir de l'image TBitmap en cours. Le masque renvoyé est représenté sous forme de PByteArray.

Voir aussi