New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

C#
public ContrastTool()

Properties

Effect

Effect

C#
public override Effect Effect { get; }

Overrides: EffectToolBase.Effect

Gets whether the tool has made any changes on the image.

C#
public override bool IsDirty { get; }
Property Value:

Indicates is there any changes.

Overrides: ToolBase.IsDirty

Methods

Gets the tool's associated command.

C#
public override IImageCommand GetCommand()
Returns:

IImageCommand

The command.

Overrides: ToolBase.GetCommand()

Gets the tool's command context.

C#
public override object GetContext()
Returns:

object

The command context.

Overrides: ToolBase.GetContext()

Resets the tool' settings if the tool's IsResetSettingsSupported property is true.

C#
public override void ResetSettings()

Overrides: EffectToolBase.ResetSettings()