GxInterpolationMode

Description

The GxInterpolationMode enumeration contains modes of interpolation of a graphic object.

It is used by the following property:

Available Values

Value Brief description
-1 Invalid - invalid mode.
0 Standard - default mode.
1 LowQuality - low-quality interpolation.
2 HighQuality - high-quality interpolation.
3 Bilinear - bilinear interpolation.
4 Bicubic - bicubic interpolation.
5 NearestNeighbor - interpolation of the nearest neighbor elements.
6 HighQualityBilinear - high-quality bilinear interpolation.
7 HighQualityBicubic - high-quality bicubic interpolation.

See also:

Drawing Assembly Enumerations