LImageViewer::IsBitmapFlipped

Summary

Indicates whether the image has been flipped. This function is available only in the PACS Imaging toolkit.

Syntax

#include "ltwrappr.h"

L_BOOL LImageViewer::IsBitmapFlipped(nCellIndex, nSubCellIndex, uFlags)

Parameters

L_INT nCellIndex

A zero based index of the cell that contains the image to check if it is flipped.

L_INT nSubCellIndex

A zero-based index into the image list attached to the cell. This sub-cell contains the image to check if it is flipped. Pass -2 to retrieve the flipped status of the image in the selected sub-cell.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
TRUE The image has been flipped.
FALSE The image has not been flipped.

Comments

To flip the image, call LImageViewerCell::FlipBitmap function.

Required DLLs and Libraries

Platforms

See Also

Functions

Topics

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.