Class CropTool
Performs an interactive crop operation in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class CropTool : ImageEditorTool, INotifyPropertyChanged
Constructors
CropTool()
Declaration
public CropTool()
Properties
AspectRatio
Gets or sets the aspect ratio of the crop selection.
Declaration
public AspectRatio AspectRatio { get; set; }
Property Value
AspectRatio
|
Bounds
Gets the current crop bounding rectangle.
Declaration
public Rectangle Bounds { get; set; }
Property Value
Xamarin.Forms.Rectangle
|
Geometry
Gets or sets the geometry of the crop selection.
Declaration
public RadGeometry Geometry { get; set; }
Property Value
RadGeometry
|