TUIInterpolationMode Enumeration
How the image will be scaled. See System.Drawing.Drawing2D.InterpolationMode for reference.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Invalid |
-1 |
|
Default |
0 |
|
Low |
1 |
|
High |
2 |
|
Bilinear |
3 |
|
Bicubic |
4 |
|
NearestNeighbor |
5 |
|
HighQualityBilinear |
6 |
|
HighQualityBicubic |
7 |
|