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