WebInterpolationModeEnumJS Перечисление
В этом разделе
Specifies available algorithms, which can be used for image scaling or rotation.
Члены типа
Член типа | Описание |
Bilinear | Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size. |
Bicubic | Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size. |
NearestNeighbor | Specifies nearest-neighbor interpolation. |
HighQualityBilinear | Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking. |
HighQualityBicubic | Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images. |
Иерархия наследования
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Shared.WebInterpolationModeEnumJS
Смотрите также