L_DispContainerGetScaleTagType

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerGetScaleTagType(hCellWnd, puType);

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

Parameters

L_HWND hCellWnd

A handle to the window that represents the cell on which the function's effect will be applied.

L_UINT * puType

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 percetange.

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 L_DispContainerSetScaleTagType function.

To get the scale of cell or sub-cell, use the L_DispContainerGetCellScale function.

To set the scale of cell or sub-cell, use the L_DispContainerSetCellScale function.

To set the properties of the scale action, use the L_DispContainerSetActionProperties function.

To get the properties of the scale action, use the L_DispContainerGetActionProperties function.

To set the scale mode of cell or sub-cell, use the L_DispContainerSetCellScaleMode function.

Required DLLs and Libraries

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 API Help