Vcl.Graphics.TBitmap.MaskHandle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MaskHandle: HBITMAP read GetMaskHandle write SetMaskHandle;

C++

__property HBITMAP MaskHandle = {read=GetMaskHandle, write=SetMaskHandle, nodefault};

Eigenschaften

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

Beschreibung

Ermöglicht den Zugriff auf das GDI-Bitmap-Handle von Windows, mit dem auf das GDI-Bitmap-Objekt zugegriffen werden kann.

Mit Hilfe der Eigenschaft MaskHandle wird eine Windows-API-Funktion aufgerufen, die das Handle eines Bitmap-Objekts anfordert. Übergeben Sie diesen Funktionen MaskHandle als Parameter für das Bitmap-Handle. MaskHandle ist das HBITMAP, das in der Maske des Bitmap-Objekts gekapselt ist.

Siehe auch