LBitmapWindow::EnableHiliteZoomView

Summary

Enables or disables "highlighting" of the zoom view source area in the underlying image of the LBitmapWindow when zoom views are displaying.

Syntax

#include "ltwrappr.h"

L_BOOL LBitmapWindow::EnableHiliteZoomView(bEnable)

Parameters

L_BOOL bEnable

Flag that indicates whether highlighting of the Zoom View source area is enabled. Possible values are:

Value Meaning
TRUE Enables highlighting of the Zoom View source area.
FALSE Disables highlighting of the Zoom View source area.

Returns

The previous state.

Comments

Use the LBitmapWindow::GetZoomViewsCount function to determine how many zoom views are attached to the class object.

To attach a zoomed view to a window, call the LBitmapWindow::AddZoomView function.

When the zoomed view is no longer needed, call the LBitmapWindow::DestroyZoomView function to stop the specified zoom view procedure and to detach it from the window handle.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LBitmapWindow::AddZoomView.

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.