Accusoft.ImagXpress13.Net
Smoothing Property




Gets and sets an indicator for the smoothing effect on the current color image.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Enables/disables the smoothing effect for the display image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<BrowsableAttribute(True)>
Public Property Smoothing As Boolean
'Usage
 
Dim instance As ImageXView
Dim value As Boolean
 
instance.Smoothing = value
 
value = instance.Smoothing
[DefaultValueAttribute()]
[DescriptionAttribute("Enables/disables the smoothing effect for the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
public bool Smoothing {get; set;}
[DefaultValueAttribute()]
[DescriptionAttribute("Enables/disables the smoothing effect for the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
public: __property bool get_Smoothing();
public: __property void set_Smoothing( 
   bool value
);
[DefaultValueAttribute()]
[DescriptionAttribute("Enables/disables the smoothing effect for the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
public:
property bool Smoothing {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the smoothing effect is on the current color image. Otherwise, false is returned.
Remarks

The default value is true.

When the logical size of a color image is increased to more than the actual size of the image, the color image starts to look boxy. When Smoothing is enabled, ImagXpress performs an algorithm that smoothes out the square edges.

This property affects how the color image is displayed, but does not modify the image in memory.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback