Creates thumbnail of custom size from a GdPicture Image.
public int CreateThumbnail( int ImageID, int Width, int Height );
Public Function CreateThumbnail( ByVal ImageID As Integer, ByVal Width As Integer, ByVal Height As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The image from which the thumbnail must be done. |
|
Width |
The width of the thumbnail to create. |
|
Height |
The height of the thumbnail to create. |
GdPicture Image Identifier. The thumbnail Image.
If both of Width and Height parameters are 0, a system-defined size is used.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|