Skip to main content

TdxOfficeImageReference Methods

Name Description
Assign(TPersistent) Populates the Smart 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) Populates the Office Image container with the image stored in the specified Smart Image container. Inherited from TdxOfficeImage.
AssignTo(TPersistent) Inherited from TPersistent.
CalculateCrc32 Calculates the stored image’s checksum. Inherited from TdxOfficeImage.
CanGetImageBytes(TdxOfficeImageFormat) Inherited from TdxOfficeImage.
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
Clone(TdxImageCache)
Compare(TdxCustomSmartImage) Compares two Smart Image containers. Inherited from TdxCustomSmartImage.
ConvertToBitmap Converts the stored image to a bitmap. 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.
CreateImage(TStream) static Creates a new Office Image container and populates it with an image from the specified stream. Inherited from TdxOfficeImage.
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.
EnsureLoadComplete(Cardinal) Inherited from TdxOfficeImage.
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.
GetContentType(TdxOfficeImageFormat) static Returns the MIME content type identifier corresponding to the specified Office image format. Inherited from TdxOfficeImage.
GetEmfImageBytesStream Inherited from TdxOfficeImage.
GetExtension(TdxOfficeImageFormat) static Returns the file name extension corresponding to the specified Office image format. Inherited from TdxOfficeImage.
GetHashCode Calculates the hash code from the stored image pixel data. Inherited from TdxCustomSmartImage.
GetImageBytesSafe(TdxOfficeImageFormat) Inherited from TdxOfficeImage.
GetImageBytesStream(TdxOfficeImageFormat) Inherited from TdxOfficeImage.
GetImageBytesStreamSafe(TdxOfficeImageFormat) Inherited from TdxOfficeImage.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetWmfImageBytesStream Inherited from TdxOfficeImage.
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.
IsExportSupported(TdxOfficeImageFormat) Identifies if the stored image can be exported to the specified format. Inherited from TdxOfficeImage.
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 image within the specified stream. Inherited from TdxCustomSmartImage.
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.
SetResolution(Single,Single) Changes the stored image’s spatial resolution. Inherited from TdxOfficeImage.
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