ImageGear Professional DLL v18.1 for Windows
MED_VOI_window_init_from_min_max
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > MD Component API Reference > MD Component Functions Reference > Display Functions > MED_VOI_window_init_from_min_max

Glossary Item Box

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

Declaration:

  Copy Code
AT_VOID MED_VOI_window_init_from_min_max(
        AT_MED_VOI_WINDOW* lpWindow,
        AT_INT Min,
        AT_INT Max
);

Arguments:

Name Type Description
lpWindow AT_MED_VOI_WINDOW* Window structure.
Min AT_INT Window min.
Max AT_INT Window max.

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.