'Declaration <DefaultValueAttribute(HighQualityBicubic)> <DescriptionAttribute("An interpolation algorithm, which should be used for resampling the image.")> Public Property InterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[DefaultValue(HighQualityBicubic)] [Description("An interpolation algorithm, which should be used for resampling the image.")] public Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { get; set; }
[DefaultValue(HighQualityBicubic)] [Description("An interpolation algorithm, which should be used for resampling the image.")] public: __property Vintasoft.Imaging.ImageInterpolationMode get_InterpolationMode(); public: __property void set_InterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[DefaultValue(HighQualityBicubic)] [Description("An interpolation algorithm, which should be used for resampling the image.")] public:
property Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Значение по умолчанию - InterpolationMode.HighQualityBicubic.