You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Thumbnail > CreateThumbnail Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.CreateThumbnail Method

Creates thumbnail of custom size from a GdPicture Image.

C#
public int CreateThumbnail(
    int ImageID, 
    int Width, 
    int Height
);
Visual Basic
Public Function CreateThumbnail(
    ByVal ImageID As Integer, 
    ByVal Width As Integer, 
    ByVal Height As Integer
) As Integer
Parameters
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.  
Returns

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.