InterpolationMode {System.Drawing.Drawing2D} | .NET clr documentation |
# namespace System.Drawing.Drawing2D
export class InterpolationMode extends Enum {
Invalid: InterpolationMode = -1;
Default: InterpolationMode = 0;
Low: InterpolationMode = 1;
High: InterpolationMode = 2;
Bilinear: InterpolationMode = 3;
Bicubic: InterpolationMode = 4;
NearestNeighbor: InterpolationMode = 5;
HighQualityBilinear: InterpolationMode = 6;
HighQualityBicubic: InterpolationMode = 7;
}
Invalid
: InterpolationModeDefault
: InterpolationModeLow
: InterpolationModeHigh
: InterpolationModeBilinear
: InterpolationModeBicubic
: InterpolationModeNearestNeighbor
: InterpolationModeHighQualityBilinear
: InterpolationModeHighQualityBicubic
: InterpolationMode