Vcl.Graphics.TBitmap.MaskHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaskHandle: HBITMAP read GetMaskHandle write SetMaskHandle;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Provides access to the Windows GDI bitmap handle for accessing the GDI bitmap object.

Use MaskHandle to call a Windows API function that requires the handle of a bitmap object. Pass MaskHandle as the bitmap handle parameter to these functions. MaskHandle is the HBITMAP encapsulated by the bitmap object's mask.

See Also