LBitmapWindow::SetZoomPercent

#include "ltwrappr.h"

L_VOID LBitmapWindow::SetZoomPercent(uPercent)

L_UINT uPercent;

/* the zoom percent */

Sets the current zoom percent for the displayed bitmap. This will zoom the image by the specified zoom percent.

Parameter

Description

uPercent

The percent to zoom in or out on the displayed bitmap.

Returns

None

Comments

The default for this setting is 100 percent.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Example

For an example, refer to LBitmapWindow::CreatePanWnd.