Vcl.Graphics.TBitmap.ReleaseMaskHandle
Delphi
function ReleaseMaskHandle: HBITMAP;
C++
HBITMAP __fastcall ReleaseMaskHandle();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TBitmap |
Description
Returns the handle to the bitmap's mask so that the TBitmap object no longer knows about the mask handle.
Use ReleaseMaskHandle to disassociate the bitmap object from the bitmap mask handle.