Assign(TPersistent)
|
Populates the image container with an image from the specified source.
|
AssignFromGraphic(TGraphic)
protected
|
Populates the Smart Image container with the image stored in the specified image container.
|
AssignFromSmartImage(TdxCustomSmartImage)
protected
|
Populates the image container with an image stored in another image container.
|
AssignTo(TPersistent)
|
|
CanLoadFromStream(TStream)
|
|
ChangeColor(TColor)
|
Assigns the specified color to all pixels of the stored image.
|
Clear
|
Releases resources and a handle associated with the stored image.
|
Clone
|
Creates a copy of the Smart Image container.
|
Compare(TdxCustomSmartImage)
|
Compares two Smart Image containers.
|
ConvertToBitmap
|
Rasterizes the stored vector image.
|
CopyToClipboard
|
Copies the stored image to the clipboard.
|
CutToClipboard
|
Moves the stored image to the clipboard.
|
DisableScaledDrawer
|
|
Dormant
|
Releases the handle associated with the stored image data.
|
EnableScaledDrawer(TScaledGraphicDrawerClass,Boolean)
|
|
Equals(TObject)
|
|
GetAsBitmap
|
Returns the stored image in a bitmap container.
|
GetBitmapBits
|
Returns the stored image as an array of pixel color data.
|
GetHashCode
|
Calculates the hash code from the stored image pixel data.
|
GetNamePath
|
|
GetOwner
|
|
HandleNeeded
|
Creates a handle for the suspended Smart Image object.
|
HasClipboardFormat
|
Identifies if at least one clipboard image format is supported.
|
IsSupportClipboardFormat(Word)
|
Identifies if the specified clipboard image format is supported.
|
LoadFromBits(Integer,Integer,TRGBColors,Boolean)
|
|
LoadFromBits(Integer,Integer,TRGBColors,TAlphaFormat)
|
Loads the stored image from the specified array of pixel colors.
|
LoadFromClipboardFormat(Word,THandle,HPALETTE)
|
Loads an image from the clipboard.
|
LoadFromFieldValue(Variant)
|
Loads an image from the specified Variant value stored in a BLOB dataset field.
|
LoadFromFile(String)
|
|
LoadFromResource(THandle,string,PChar)
|
Loads an image from the specified resource.
|
LoadFromStream(TStream)
|
Loads an image from the specified stream.
|
PasteFromClipboard
|
Set the image within the clipboard as the stored image.
|
QueryInterface(TGUID,Untyped)
|
Provides access to the implementation of a specified interface if the Smart Image container supports it.
|
Resize(Integer,Integer)
|
Resizes the stored image according to the new specified dimensions, in pixels.
|
Resize(TSize)
|
Resizes the stored image according to the new specified dimensions, in pixels.
|
SaveToClipboardFormat(Word,THandle,HPALETTE)
|
|
SaveToFile(String)
|
|
SaveToFile(string)
|
Saves the stored image to a file.
|
SaveToStream(TStream)
|
Saves the stored image within the specified stream.
|
SaveToStreamByCodec(TStream,TdxImageDataFormat)
|
Deprecated. This procedure exists for backward compatibility only. Call the the TdxCustomSmartImage.SaveToStreamByCodec(System.Classes.TStream,dxSmartImage.TdxSmartImageCodecClass) procedure instead.
|
SaveToStreamByCodec(TStream,TdxSmartImageCodecClass)
|
Saves the stored image to a stream in a specified format.
|
Scale(Integer,Integer)
|
Resizes the stored image while keeping its aspect ratio.
|
SetBitmap(TBitmap)
|
Store the specified bitmap within the Smart Image object.
|
SetSize(Integer,Integer)
|
|
StartAnimation
|
Initiates or resumes the animation of the stored GIF image.
|
StopAnimation
|
Stops the animation of the stored GIF image.
|
StretchDraw(HDC,TdxRectF,TdxRectF,Byte,IdxColorPalette)
|
|
StretchDraw(HDC,TdxRectF,Byte,IdxColorPalette)
|
|
StretchDraw(HDC,TRect,Byte,IdxColorPalette)
|
Paints the stored image within the destination rectangle of the specified device context.
|
StretchDraw(HDC,TRect,TRect,Byte,IdxColorPalette)
|
|
ToString
|
|
UpdateScaledDrawer
|
|