Class ResizeTool
Performs an interactive resize operation in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class ResizeTool : ImageEditorTool, INotifyPropertyChanged
Constructors
ResizeTool()
Properties
Value
Gets or sets the current scale factor of the resize operation. Changing this property is previewed immediately in the image editor. The default value of 1 preserves the original size of the image. Values below 1 downscale the image, while values above 1 upscale the image.
Declaration
public double Value { get; set; }
Property Value
System.Double
|