Class
SaveImageCommand

Definition

Constructors

SaveImageCommand(RadImageEditor)

Declaration

cs-api-definition
public SaveImageCommand(RadImageEditor owner)

Parameters

owner

RadImageEditor

Properties

CanExecuteInReadOnlyMode

Gets a value indicating whether this command can be executed when RadImageEditor is read-only. The default implementation returns false.

Declaration

cs-api-definition
protected override bool CanExecuteInReadOnlyMode { get; }

Property Value

bool

true if this command preserves the image; otherwise, false.

Overrides ImageEditorCommandBase.CanExecuteInReadOnlyMode

Methods

ExecuteOverride(object)

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

Overrides ImageEditorCommandBase.ExecuteOverride(object)