Table of contents

EnumScaleUpMode

enum EnumScaleUpMode { 
    SUM_AUTO = 0x01, 
    SUM_LINEAR_INTERPOLATION = 0x02, 
    SUM_NEAREST_NEIGHBOUR_INTERPOLATION = 0x04, 
    SUM_SKIP = 0x00,
    SUM_REV = 0x80000000
}

This page is compatible for:

Is this page helpful?

YesYes NoNo