LBitmapWindow::OnZoom

Summary

This function is called whenever a zoom operation is requested on the bitmap window.

Syntax

#include "ltwrappr.h"

virtual L_VOID LBitmapWindow::OnZoom(uZoomPercent)

Parameters

L_UINT uZoomPercent

The zoom percent. The minimum value is 1.

Returns

None.

Comments

Override this function to be notified of any zooming on the displayed bitmap.

A zoom can be requested by the following:

If the zoom occurs because the user has zoomed using the TOOL_ZOOMRECT tool, the zoom percent is updated. You can call LBitmapWindow::GetZoomPercent to get the zoom percent currently used to display the image.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

For an example, refer to LBitmapWindow::CreatePanWnd.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.