'Declaration <DescriptionAttribute("The downscale interpolation method for images.")> <CategoryAttribute("Common")> <DefaultValueAttribute(HighQualityBicubic)> Public Property DownscaleInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[Description("The downscale interpolation method for images.")] [Category("Common")] [DefaultValue(HighQualityBicubic)] public Vintasoft.Imaging.ImageInterpolationMode DownscaleInterpolationMode { get; set; }
[Description("The downscale interpolation method for images.")] [Category("Common")] [DefaultValue(HighQualityBicubic)] public: __property Vintasoft.Imaging.ImageInterpolationMode get_DownscaleInterpolationMode(); public: __property void set_DownscaleInterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[Description("The downscale interpolation method for images.")] [Category("Common")] [DefaultValue(HighQualityBicubic)] public:
property Vintasoft.Imaging.ImageInterpolationMode DownscaleInterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Значение по умолчанию - ImageInterpolationMode.HighQualityBicubic.