You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Thumbnail > CreateThumbnailHQ > CreateThumbnailHQ Method (Integer, Integer, Integer, Color)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.CreateThumbnailHQ Method (Integer, Integer, Integer, Color)

Creates a High Quality thumbnail of custom size from a GdPicture Image. 

This function fits the image thumbnail within a rectangle of specified dimensions having a specified background color.

C#
public int CreateThumbnailHQ(
    int ImageID, 
    int Width, 
    int Height, 
    Color BackColor
);
Visual Basic
Public Function CreateThumbnailHQ(
    ByVal ImageID As Integer, 
    ByVal Width As Integer, 
    ByVal Height As Integer, 
    ByVal BackColor As Color
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The image from which the HQ thumbnail must be done.  
Width 
The width of the thumbnail to create.  
Height 
The height of the thumbnail to create.  
BackColor 
Color Object. You can build a Color Object using the ARGB() function. Background color of the thumbnail.  
Returns

GdPicture Image Identifier. The thumbnail Image.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.