uFlags
Flags that determine method behavior. You can specify none, one or both of the following values:
Value |
Meaning |
MSE_EDGEENH |
[$0010] Add edge enhancement option to the method. When this flag is set, the uEdgeLevels and uEdgeCoeff parameters will be used. |
MSE_LATRED |
[$0020] Add latitude reduction option to the method. When this flag is set, uLatitudeLevel and uLatitudeCoeff will be used. |
You must also specify one of the following values:
Value |
Meaning |
MSE_GAUSSIAN |
[$0000] Use Gaussian filter. |
MSE_RESAMPLE |
[$0001] Use resample filter. |
MSE_BICUBIC |
[$0002] Use bicubic filter. |
MSE_NORMAL |
[$0003] Use normal filter. |