See Also Examples Applies To
Creates thumbnail of custom size from a GdPicture Image.
Syntax
object.CreateThumbnail (nimageID, nWidth, nHeight)
The CreateThumbnail 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 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.
Remarks
If both of nWidth and nHeight parameters are 0, a system-defined size is used.
Category
Thumbnail Functions