RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.MaskHandle Property

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

Pascal
property MaskHandle: HBITMAP;
C++
__property HBITMAP MaskHandle;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!