DisplayThumbnail

#include "BIThumbnail.h"

void DisplayThumbnail(HDC dc, int x, int y, HBITMAP hBitmap)

Description

This function starts loading a specified image file to a thumbnail. If a file is a multipage type then idx sets which page is to be loaded to thumbnail.

Parameters

HDC

dc

Device context.

int

x

X coordinate of left-top corner of bitmap in dc.

int

y

Y coordinate of left-top corner of bitmap in dc.

HBITMAP

hBitmap

Handle of a bitmap (user can get it from BiThumbnailInfo structure (bitmap member))

Requirements

Header :     Declared in BiThumbnail.h; include BiThumbnail.h

Library :    Use BiThumbnail.lib

DLLs :       BiThumbnail.dll