'Declaration
Public Overloads Function CreateThumbnailHQ( _ ByVal ImageID As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal BackColor As Color _ ) As Integer
public function CreateThumbnailHQ( ImageID: Integer; Width: Integer; Height: Integer; BackColor: Color ): Integer;
Parameters
- ImageID
- GdPicture image identifier. The image from which the HQ thumbnail must be created.
- Width
- The width of the thumbnail to create.
- Height
- The height of the thumbnail to create.
- BackColor
- Background color of the thumbnail. A suitable color value can be obtained by using the ARGB() method.
Return Value
GdPicture image identifier. The thumbnail Image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.