ImageGear for C and C++ on Linux v20.0 - Updated
AT_MED_VOI_WINDOW
API Reference Guide > MD Component API Reference > MD Component Structures Reference > AT_MED_VOI_WINDOW
This structure has been deprecated and will be removed from the public API in a future release. Use AT_MED_VOI_WINDOW_DOUBLE instead.

This structure specifies linear VOI transform.

Declaration:

 
Copy Code
struct AT_MED_VOI_WINDOW
{
        AT_INT Center;
        AT_INT Width;
};
typedef struct AT_MED_VOI_WINDOW;

Members:

Name Type Description
Center AT_INT Window center.
Width AT_INT Window width.
Is this page helpful?
Yes No
Thanks for your feedback.