ResizeTool
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
public class ResizeTool : ToolBase, ITool
Inheritance: objectToolBaseResizeTool
Implements:
Inherited Members
Constructors
public ResizeTool()
Properties
Gets whether the tool is changing the image size.
public override bool AffectsLayout { get; }
Indicates whether a tool affects layout.
Overrides:
Gets whether the tool has made any changes on the image.
public override bool IsDirty { get; }
Indicates is there any changes.
Overrides:
Gets whether the tool has a preview overlay on the main image.
public override bool IsPreviewOverlay { get; }
Indicates if a tool has a preview overlay.
Overrides:
Methods
Attaches the UI. The method is invoked on tool's execution.
public override void AttachUI(ToolInitInfo previewInitInfo)
The preview init info.
Overrides:
Detaches the UI. The method is invoked when the tool execution is canceled.
public override void DetachUI()
Overrides:
Gets the tool's associated command.
Gets the tool's command context.
Gets the tool' settings UI.
public override UIElement GetSettingsUI()
UIElement
The UI settings.
Overrides:
Resets the tool' settings if the tool's IsResetSettingsSupported property is true.
public override void ResetSettings()
Overrides: