LImageViewerCell::GetScaleTagType

Summary

Retrieves the current scale overlay text type for the specified cell.

Syntax

#include "ltwrappr.h"

L_INT LImageViewerCell::GetScaleTagType(puTagType);

Parameters

L_UINT* puTagType

Address of the variable to be updated, with the scale tag type. Possible values are:

Value Meaning
CONTAINER_TAG_SCALE_X [0] The scale value is normalized.
CONTAINER_TAG_SCALE_PERCENTAGE [1] The scale value is percentage.

Returns

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

Comments

To set the scale tag type of the cell, use the LImageViewerCell::SetScaleTagType function.

To get the scale of cell or sub-cell, use the LImageViewerCell::GetCellScale function.

To set the scale of cell or sub-cell, use the LImageViewerCell::SetCellScale function.

To set the properties of the scale action, use the LImageViewerCell::SetActionProperties function.

To get the properties of the scale action, use the LImageViewerCell::GetActionProperties function.

To set the scale mode of cell or sub-cell, use the LImageViewerCell::SetCellScaleMode function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LImageViewerCell::SetScaleTagType.

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.