TdxCustomFastDIB Methods
The base class for all classes that implement simple memory buffers for DIB images.| Name | Description |
|---|---|
| ChangeColor(TColor) | |
| Clear | Clears the DIB image buffer. |
| Empty | Identifies if the bitmap buffer has zero size. |
| Equals(TdxCustomFastDIB,Integer) | |
| Equals(TObject) | Inherited from TObject. |
| Fill(Integer,Integer,TRGBQuad,Integer) | |
| GetHashCode | Inherited from TObject. |
| GrayScale | |
| MakeOpaque | Makes the bitmap buffer opaque. |
| MakeTransparent(TRGBQuad,Integer) | |
| MakeTransparent(TRGBQuad) | |
| Premultiply | |
| Resize(Integer,Integer) | |
| Resize(TRect) | Changes the bitmap buffer’s size. |
| ToString | Inherited from TObject. |
| UnPremultiply |
See Also