VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / DrawImageRequestParams Class / interpolationMode Property
Syntax Requirements SeeAlso
В этом разделе
    interpolationMode Свойство (DrawImageRequestParams)
    В этом разделе
    Возвращает или задает алгоритм интерполяции, используемый для рисования изображения.
    Синтаксис
    'Declaration
    
    Public Property interpolationMode As Vintasoft.Imaging.ImageInterpolationMode
    
    
    public Vintasoft.Imaging.ImageInterpolationMode interpolationMode { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageInterpolationMode get_interpolationMode();
    public: __property void set_interpolationMode(
    Vintasoft.Imaging.ImageInterpolationMode value
    );
    public:
    property Vintasoft.Imaging.ImageInterpolationMode interpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.ImageInterpolationMode.HighQualityBilinear.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также