'Declaration <DefaultValueAttribute(Bilinear)> <DescriptionAttribute("The interpolation algorithm, which should be used for transforming an image.")> Public Property InterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[DefaultValue(Bilinear)] [Description("The interpolation algorithm, which should be used for transforming an image.")] public Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { get; set; }
[DefaultValue(Bilinear)] [Description("The interpolation algorithm, which should be used for transforming an image.")] public: __property Vintasoft.Imaging.ImageInterpolationMode get_InterpolationMode(); public: __property void set_InterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[DefaultValue(Bilinear)] [Description("The interpolation algorithm, which should be used for transforming an image.")] public:
property Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Поддерживаемые значения: ImageInterpolationMode.Bilinear и ImageInterpolationMode.NearestNeighbor. Значение по умолчанию - ImageInterpolationMode.Билинейный.