ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / MD Component API Reference / MD Component Structures Reference / AT_MED_VOI_WINDOW
In This Topic
    AT_MED_VOI_WINDOW
    In This Topic
    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.