'Declaration <DefaultValueAttribute(HighQualityBilinear)> <DescriptionAttribute("The interpolation algorithm that is used to draw the image.")> Public Property InterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[DefaultValue(HighQualityBilinear)] [Description("The interpolation algorithm that is used to draw the image.")] public Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { get; set; }
[DefaultValue(HighQualityBilinear)] [Description("The interpolation algorithm that is used to draw the image.")] public: __property Vintasoft.Imaging.ImageInterpolationMode get_InterpolationMode(); public: __property void set_InterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[DefaultValue(HighQualityBilinear)] [Description("The interpolation algorithm that is used to draw the image.")] public:
property Vintasoft.Imaging.ImageInterpolationMode InterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Значение по умолчанию - ImageInterpolationMode.HighQualityBilinear.