See Also Examples Applies To
Creates a High Quality thumbnail of custom size from a GdPicture Image.
This function fits the image thumbnail within a rectangle of specified dimentions.
Syntax
object.CreateThumbnailHQEx (nimageID, nWidth, nHeight, nBackColor)
The CreateThumbnailHQEx syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GdPicture Image handle. The image from which the HQ thumbnail must be done. |
| nWidth | Required. Long. The width of the thumbnail to create. |
| nHeight | Required. Long. The height of the thumbnail to create. |
| nBackColor | Optional. Long. Default value is Black. 32-bit Color (ARGB) of the back color. |
Returns
Long. GdPicture Image handle. The thumbnail Image handle.
Category
Thumbnail Functions