Class ImageEditorTool
Base abstract class for all tools handling interactive operations in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public abstract class ImageEditorTool : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
ImageEditorTool()
Declaration
protected ImageEditorTool()
Properties
HasChanges
Gets a value indicating whether the current tool has any pending changes to apply.
Declaration
public bool HasChanges { get; protected set; }
Property Value
System.Boolean
|
Methods
OnApplyChanges()
Declaration
protected virtual void OnApplyChanges()
OnToolAttached()
Declaration
protected virtual void OnToolAttached()
OnToolDetaching()
Declaration
protected virtual void OnToolDetaching()