LImageViewer::SetEnableFullExplode

Summary

Enables or disables full explode mode. The full explode mode is disabled by default.

Syntax

#include "ltwrappr.h"

L_INT LImageViewer::SetEnableFullExplode(bEnable, uFlags)

Parameters

L_BOOL bEnable

Value that determines whether to enable full explode mode.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

By default, sub-cells explode to cover only the Cell area (the full explode feature is FALSE). In full explode mode, when the image is double-clicked it expands to fully cover the ImageViewer area.

To determine whether the full explode mode is enabled, call the LImageViewer::GetEnableFullExplode method.

Required DLLs and Libraries

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

Platforms

Win32, x64.

See Also

Functions

Topics

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

LEADTOOLS Medical Image Viewer C++ Class Library Help

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