'Declaration
Public Overloads Function CreateThumbnailHQ( _ ByVal ImageID As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal BackColor As Integer _ ) As Integer
public function CreateThumbnailHQ( ImageID: Integer; Width: Integer; Height: Integer; BackColor: Integer ): 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
- A suitable color value can be obtained by using the ARGBI() method. Background color of the thumbnail.
Return Value
GdPicture image identifier. The thumbnail Image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.