Class SharpenTool
Performs an interactive sharpen filter in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class SharpenTool : ImageEditorTool, INotifyPropertyChanged
Constructors
SharpenTool()
Declaration
public SharpenTool()
Properties
Value
Gets or sets the current strength of the sharpen filter. Changing this property is previewed immediately in the image editor. The default value of 0 preserves the original sharpness of the image. Values above 0 increase the sharpen filter strength.
Declaration
public double Value { get; set; }
Property Value
System.Double
|