TdxBMPImage Methods
A Smart Image container designed to store BMP images.Name | Description |
---|---|
Assign(TPersistent) | Populates the image container with an image from the specified source. Inherited from TdxCustomSmartImage. |
AssignFromGraphic(TGraphic) protected | Populates the Smart Image container with the image stored in the specified image container. Inherited from TdxCustomSmartImage. |
AssignFromSmartImage(TdxCustomSmartImage) protected | Populates the image container with an image stored in another image container. Inherited from TdxCustomSmartImage. |
AssignTo(TPersistent) | Inherited from TPersistent. |
CanLoadFromStream(TStream) | Inherited from TGraphic. |
ChangeColor(TColor) | Assigns the specified color to all pixels of the stored image. Inherited from TdxCustomSmartImage. |
Clear | Releases resources and a handle associated with the stored image. Inherited from TdxCustomSmartImage. |
Clone | Creates a copy of the image container. Inherited from TdxGPImage. |
Compare(TdxCustomSmartImage) | Compares two Smart Image containers. Inherited from TdxCustomSmartImage. |
ConvertToBitmap | Rasterizes the stored vector image. Inherited from TdxCustomSmartImage. |
CopyToClipboard | Copies the stored image to the clipboard. Inherited from TdxCustomSmartImage. |
CreateCanvas | Creates a GDI+ canvas filled with the stored image. Inherited from TdxGPImage. |
CutToClipboard | Moves the stored image to the clipboard. Inherited from TdxCustomSmartImage. |
DisableScaledDrawer | Inherited from TGraphic. |
Dormant | Releases the handle associated with the stored image data. Inherited from TdxCustomSmartImage. |
EnableScaledDrawer(TScaledGraphicDrawerClass,Boolean) | Inherited from TGraphic. |
Equals(TObject) | Inherited from TObject. |
Flip(Boolean,Boolean) | Flips the stored image horizontally and/or vertically. Inherited from TdxGPImage. |
GetAsBitmap | Returns the stored image in a bitmap container. Inherited from TdxCustomSmartImage. |
GetBitmapBits | Returns the stored image as an array of pixel color data. Inherited from TdxCustomSmartImage. |
GetHashCode | Calculates the hash code from the stored image pixel data. Inherited from TdxCustomSmartImage. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
HandleNeeded | Creates a handle for the suspended Smart Image object. Inherited from TdxCustomSmartImage. |
HasClipboardFormat | Identifies if at least one clipboard image format is supported. Inherited from TdxCustomSmartImage. |
IsSupportClipboardFormat(Word) | Identifies if the specified clipboard image format is supported. Inherited from TdxCustomSmartImage. |
LoadFromBits(Integer,Integer,TRGBColors,Boolean) | Inherited from TdxCustomSmartImage. |
LoadFromBits(Integer,Integer,TRGBColors,TAlphaFormat) | Loads the stored image from the specified array of pixel colors. Inherited from TdxCustomSmartImage. |
LoadFromClipboardFormat(Word,THandle,HPALETTE) | Loads an image from the clipboard. Inherited from TdxCustomSmartImage. |
LoadFromFieldValue(Variant) | Loads an image from the specified Variant value stored in a BLOB dataset field. Inherited from TdxCustomSmartImage. |
LoadFromFile(String) | Inherited from TGraphic. |
LoadFromResource(THandle,string,PChar) | Loads an image from the specified resource. Inherited from TdxCustomSmartImage. |
LoadFromStream(TStream) | Loads an image from the specified stream. Inherited from TdxCustomSmartImage. |
MakeComposition(TdxGPImage,Byte,Byte) | Blends two images using the alpha channel. Inherited from TdxGPImage. |
MakeComposition(TdxGPImage,Byte) | Inherited from TdxGPImage. |
PasteFromClipboard | Set the image within the clipboard as the stored image. Inherited from TdxCustomSmartImage. |
QueryInterface(TGUID,Untyped) | Provides access to the implementation of a specified interface if the Smart Image container supports it. Inherited from TdxCustomSmartImage. |
Resize(Integer,Integer) | Resizes the stored image according to the new specified dimensions, in pixels. Inherited from TdxCustomSmartImage. |
Resize(TSize) | Resizes the stored image according to the new specified dimensions, in pixels. Inherited from TdxCustomSmartImage. |
SaveToClipboardFormat(Word,THandle,HPALETTE) | Inherited from TGraphic. |
SaveToFile(String) | Inherited from TGraphic. |
SaveToFile(string) | Saves the stored image to a file. Inherited from TdxCustomSmartImage. |
SaveToStream(TStream) | Saves the stored BMP image within the specified stream. |
SaveToStreamByCodec(TStream,TdxImageDataFormat) | Saves the stored image to a stream in the required format. Inherited from TdxCustomSmartImage. |
SaveToStreamByCodec(TStream,TdxSmartImageCodecClass) | Saves the stored image to a stream in a specified format. Inherited from TdxCustomSmartImage. |
Scale(Integer,Integer) | Resizes the stored image while keeping its aspect ratio. Inherited from TdxCustomSmartImage. |
SetBitmap(TBitmap) | Store the specified bitmap within the Smart Image object. Inherited from TdxCustomSmartImage. |
SetSize(Integer,Integer) | Inherited from TGraphic. |
StartAnimation | Initiates or resumes the animation of the stored GIF image. Inherited from TdxCustomSmartImage. |
StopAnimation | Stops the animation of the stored GIF image. Inherited from TdxCustomSmartImage. |
StretchDraw(TdxGPCanvas,TdxRectF,TdxRectF,TdxGPImageAttributes,IdxColorPalette) | Inherited from TdxGPImage. |
StretchDraw(TdxGPCanvas,TRect,TRect,TdxGPImageAttributes,IdxColorPalette) | Draws a portion of the stored image on a specified GDI+ API-based canvas. Inherited from TdxGPImage. |
StretchDraw(HDC,TdxRectF,TdxRectF,Byte,IdxColorPalette) | Inherited from TdxCustomSmartImage. |
StretchDraw(HDC,TdxRectF,Byte,IdxColorPalette) | Inherited from TdxCustomSmartImage. |
StretchDraw(HDC,TRect,Byte,IdxColorPalette) | Paints the stored image within the destination rectangle of the specified device context. Inherited from TdxCustomSmartImage. |
StretchDraw(HDC,TRect,TRect,Byte,IdxColorPalette) | Inherited from TdxCustomSmartImage. |
ToString | Inherited from TObject. |
UpdateScaledDrawer | Inherited from TGraphic. |
See Also