ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Enumerations Reference / enumLayoutConstants
In This Topic
    enumLayoutConstants
    In This Topic

    Specifies bit flags indicating which arguments should be taken into account by IG_dspl_layout_set function.

    Values:

    IG_DSPL_IMAGE_RECT Indicates that value of lpImageRect parameter of function should be taken into account.
    IG_DSPL_DEVICE_RECT Indicates that value of lpDeviceRect parameter of function should be taken into account.
    IG_DSPL_CLIP_RECT Indicates that value of lpClipRect parameter of function should be taken into account.
    IG_DSPL_FIT_MODE Indicates that value of nFitMode parameter of function should be taken into account.
    IG_DSPL_ALIGN_MODE Indicates that value of nAlignMode parameter of function should be taken into account.
    IG_DSPL_ASPECT_MODE Indicates that value of nAspectMode parameter of function should be taken into account.
    IG_DSPL_ASPECT_VALUE Indicates that value of dblAspectValue parameter of function should be taken into account.

    Remarks:

    See IG_dspl_layout_set for more details.