Show: Delphi
C++
Display Preferences
Vcl.Graphics.TBitmap Functions
From XE2 API Documentation
| Assign | Copies a new bitmap image to the bitmap object. |
| Changed | |
| Dormant | Creates a memory bitmap image in order to release the bitmap handle, forcing the image into DIB format to save resources. |
| Draw | |
| DrawTransparent | |
| FreeImage | Frees the cached file image stored in memory by the bitmap. |
| GetEmpty | |
| GetHeight | |
| GetPalette | |
| GetSupportsPartialTransparency | |
| GetWidth | |
| HandleAllocated | Indicates whether the TBitmap object has acquired a handle to the underlying GDI object. |
| HandleNeeded | Create GDI bitmap for TBitmap if it doesn't already exist. |
| LoadFromClipboardFormat | Loads a bitmap from the Clipboard into the bitmap object. |
| LoadFromResourceID | Loads a bitmap from a resource into the bitmap object. |
| LoadFromResourceName | Loads a bitmap resource into the bitmap object. |
| LoadFromStream | 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. |
| MaskHandleNeeded | Create GDI bitmap for TBitmap's mask if it doesn't already exist. |
| PaletteNeeded | Create color palette for TBitmap's mask if it doesn't already exist. |
| ReadData | |
| ReleaseHandle | Returns the handle to the bitmap so that the TBitmap object no longer knows about the handle. |
| ReleaseMaskHandle | Returns the handle to the bitmap's mask so that the TBitmap object no longer knows about the mask handle. |
| ReleasePalette | Returns the handle to the bitmap's palette and disassociates the palette from the TBitmap object. |
| SaveToClipboardFormat | Creates a local copy of the bitmap in Clipboard format. |
| SaveToStream | Saves the bitmap to a stream. |
| SetHeight | |
| SetPalette | |
| SetSize | Specifies the size of the bitmap. |
| SetWidth | |
| WriteData |