Class CropCommandContext
This object is passed as a parameter to the CropCommand command.
Inheritance
System.Object
CropCommandContext
Namespace: Telerik.XamarinForms.ImageEditor.Commands
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class CropCommandContext : BindableObject
Constructors
CropCommandContext()
Declaration
public CropCommandContext()
Fields
AspectRatioProperty
Identifies the AspectRatio property.
Declaration
public static readonly BindableProperty AspectRatioProperty
Field Value
Xamarin.Forms.BindableProperty
|
BoundsProperty
Identifies the Bounds property.
Declaration
public static readonly BindableProperty BoundsProperty
Field Value
Xamarin.Forms.BindableProperty
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AspectRatio
Gets or sets the current aspect ratio.
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
|