'Declaration <DefaultValueAttribute(HighQualityBicubic)> <DescriptionAttribute("The interpolation method, which should be used for downscaling images of image-resources.")> Public Property DownscaleImageInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[DefaultValue(HighQualityBicubic)] [Description("The interpolation method, which should be used for downscaling images of image-resources.")] public Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { get; set; }
[DefaultValue(HighQualityBicubic)] [Description("The interpolation method, which should be used for downscaling images of image-resources.")] public: __property Vintasoft.Imaging.ImageInterpolationMode get_DownscaleImageInterpolationMode(); public: __property void set_DownscaleImageInterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[DefaultValue(HighQualityBicubic)] [Description("The interpolation method, which should be used for downscaling images of image-resources.")] public:
property Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Значение по умолчанию - ImageInterpolationMode.HighQualityBicubic.