RAD Studio VCL Reference
|
Provides access to the Windows GDI bitmap handle for accessing the GDI bitmap object.
property MaskHandle: HBITMAP;
__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!
|