'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether image interpolation must be performed when image is rendered.")> Public Property Interpolate As Boolean
[DefaultValue(False)] [Description("A value indicating whether image interpolation must be performed when image is rendered.")] public bool Interpolate { get; set; }
[DefaultValue(False)] [Description("A value indicating whether image interpolation must be performed when image is rendered.")] public: __property bool get_Interpolate(); public: __property void set_Interpolate(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether image interpolation must be performed when image is rendered.")] public:
property bool Interpolate { bool get(); void set(bool value); }