SharpenTool
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class SharpenTool : EffectToolBase, ITool
Inheritance: objectToolBaseEffectToolBaseSharpenTool
Implements:
Inherited Members
Constructors
C#
public SharpenTool()
Properties
Effect
Effect
C#
public override Effect Effect { get; }
Overrides:
Gets whether the tool has made any changes on the image.
C#
public override bool IsDirty { get; }
Indicates is there any changes.
Overrides:
C#
public SharpenEffect SharpenEffect { get; }
Methods
C#
protected override void AttachPreviewCore(ToolInitInfo previewInitInfo)
Overrides:
C#
protected override void DetachPreviewCore()
Overrides:
Gets the tool's associated command.
Gets the tool's command context.
Resets the tool' settings if the tool's IsResetSettingsSupported property is true.
C#
public override void ResetSettings()
Overrides: