RAD Studio VCL Reference
ContentsIndex
TBitmap Methods Public Methods
Public Methods
 
Name 
Description 
 
Copies a new bitmap image to the bitmap object. 
 
Creates a memory bitmap image in order to release the bitmap handle, forcing the image into DIB format to save resources. 
 
Frees the cached file image stored in memory by the bitmap. 
 
Indicates whether the TBitmap object has acquired a handle to the underlying GDI object. 
 
Loads a bitmap from the Clipboard into the bitmap object. 
 
Loads a bitmap from a resource into the bitmap object. 
 
Loads a bitmap resource into the bitmap object. 
 
Loads the bitmap from a stream into the bitmap object. 
 
Mask 
Converts the current bitmap image into a monochrome mask, replacing TransparentColor with white and every other color with black. 
 
Returns the handle to the bitmap so that the TBitmap object no longer knows about the handle. 
 
Returns the handle to the bitmap's mask so that the TBitmap object no longer knows about the mask handle. 
 
Returns the handle to the bitmap's palette and disassociates the palette from the TBitmap object. 
 
Creates a local copy of the bitmap in Clipboard format. 
 
Saves the bitmap to a stream. 
 
Specifies the size of the bitmap. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.