RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.ReleaseMaskHandle Method

Returns the handle to the bitmap's mask so that the TBitmap object no longer knows about the mask handle.

Pascal
function ReleaseMaskHandle: HBITMAP;
C++
__fastcall HBITMAP ReleaseMaskHandle();

Use ReleaseMaskHandle to disassociate the bitmap object from the bitmap mask handle. 

 

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