LImageViewer::SetEnableFullExplode

#include "ltwrappr.h"

L_INT LImageViewer::SetEnableFullExplode(bEnable, uFlags)

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

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.

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

LEADTOOLS Medical Image Viewer C++ Class Library Help