ImageGear for C and C++ on Linux v20.0 - Updated
MED_VOI_window_init_from_min_max_double
API Reference Guide > MD Component API Reference > MD Component Functions Reference > Display Functions > MED_VOI_window_init_from_min_max_double

This function initializes a AT_MED_VOI_WINDOW_DOUBLE structure from window Min and Max.

Declaration:

 
Copy Code
AT_VOID MED_VOI_window_init_from_min_max_double(
        AT_MED_VOI_WINDOW_DOUBLE* lpWindow,
        AT_DOUBLE Min,
        AT_DOUBLE Max
);

Arguments:

Name Type Description
lpWindow AT_MED_VOI_WINDOW_DOUBLE* Window structure.
Min AT_DOUBLE Window min.
Max AT_DOUBLE Window max.

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.