TdxCustomSmartImage Members
In This Article
#Constructors
Name | Description |
---|---|
Create | Inherited from TGraphic. |
Create |
Creates a Smart Image container and populates it with the specified bitmap. |
Create |
Creates a new Smart Image container and populates it with the specified array of pixel data. |
Create |
Creates a new Smart Image container and populates it with the specified array of pixel data. |
Create |
Creates a new Smart Image container and populates it with the specified array of pixel data. |
Create |
Creates a new Smart Image container and loads the specified image file. |
Create |
Creates a Smart Image container and populates it with a TBitmap from the specified handle. |
Create |
Creates a Smart Image object from the specified stream that contains an image. |
Create |
Creates a Smart Image object with the stored image filled with the specified color. |
Create |
Creates a new Smart Image container of the specified size and color. |
Create |
Creates a new Smart Image container of the specified size and color. |
#Properties
Name | Description |
---|---|
Active |
Specifies the zero-based index of the stored image’s frame currently displayed by the Smart Image container. |
Animation | Specifies if the animation playback of the stored animated GIF image is enabled. |
Animation |
Returns the number of frames within the stored image. |
Animation |
Specifies the frame delay (in milliseconds). |
Animation |
Specifies the animation sequence playback mode for the stored animated image. |
Animation |
Returns the number of the stored image’s animation playback loops in the multiple-run animation mode. |
Animation |
Specifies the number of animation sequence runs played by the Smart Image container. |
Client |
Returns the rectangle corresponding to the stored image’s dimensions. |
Empty | Inherited from TGraphic. |
Handle |
Identifies if the Smart Image container has a handle associated with the stored image data. |
Height | Inherited from TGraphic. |
Image |
Specifies the active image format codec. |
Image |
Specifies the deprecated format ID of the stored image. |
Is |
Identifies whether the stored image is transparent. |
Modified | Inherited from TGraphic. |
Palette | Inherited from TGraphic. |
Palette |
Inherited from TGraphic. |
Scaled |
Inherited from TGraphic. |
Size | Returns the stored image’s dimensions, in pixels. |
Supports |
Inherited from TGraphic. |
Transparent | Inherited from TGraphic. |
Width | Inherited from TGraphic. |
#Methods
Name | Description |
---|---|
Assign |
Populates the image container with an image from the specified source. |
Assign |
Populates the Smart Image container with the image stored in the specified image container. |
Assign |
Populates the image container with an image stored in another image container. |
Assign |
Inherited from TPersistent. |
Can |
Inherited from TGraphic. |
Change |
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 |
Compares two Smart Image containers. |
Convert |
Rasterizes the stored vector image. |
Copy |
Copies the stored image to the clipboard. |
Cut |
Moves the stored image to the clipboard. |
Disable |
Inherited from TGraphic. |
Dormant | Releases the handle associated with the stored image data. |
Enable |
Inherited from TGraphic. |
Equals |
Inherited from TObject. |
Get |
Returns the stored image in a bitmap container. |
Get |
Returns the stored image as an array of pixel color data. |
Get |
Calculates the hash code from the stored image pixel data. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Handle |
Creates a handle for the suspended Smart Image object. |
Has |
Identifies if at least one clipboard image format is supported. |
Is |
Identifies if the specified clipboard image format is supported. |
Load |
|
Load |
Loads the stored image from the specified array of pixel colors. |
Load |
Loads an image from the clipboard. |
Load |
Loads an image from the specified Variant value stored in a BLOB dataset field. |
Load |
Inherited from TGraphic. |
Load |
Loads an image from the specified resource. |
Load |
Loads an image from the specified stream. |
Paste |
Set the image within the clipboard as the stored image. |
Query |
Provides access to the implementation of a specified interface if the Smart Image container supports it. |
Resize |
Resizes the stored image according to the new specified dimensions, in pixels. |
Resize |
Resizes the stored image according to the new specified dimensions, in pixels. |
Save |
Inherited from TGraphic. |
Save |
Inherited from TGraphic. |
Save |
Saves the stored image to a file. |
Save |
Saves the stored image within the specified stream. |
Save |
Saves the stored image to a stream in the required format. |
Save |
Saves the stored image to a stream in a specified format. |
Scale |
Resizes the stored image while keeping its aspect ratio. |
Set |
Store the specified bitmap within the Smart Image object. |
Set |
Inherited from TGraphic. |
Start |
Initiates or resumes the animation of the stored GIF image. |
Stop |
Stops the animation of the stored GIF image. |
Stretch |
|
Stretch |
|
Stretch |
Paints the stored image within the destination rectangle of the specified device context. |
Stretch |
|
To |
Inherited from TObject. |
Update |
Inherited from TGraphic. |
#Events
Name | Description |
---|---|
On |
Inherited from TGraphic. |
On |
Inherited from TGraphic. |
See Also