See Also Examples Applies To
Creates a High Quality thumbnail of custom size from a GdPicture Image.
Syntax
object.CreateThumbnailHQ (nimageID, nWidth, nHeight)
The CreateThumbnailHQ 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. |
Returns
Long. GdPicture Image handle. The thumbnail Image handle.
Category
Thumbnail Functions