Class CropSelectionSettings
Represents the settings of a selection in the SfImageEditor.
Inheritance
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class CropSelectionSettings : Object
Remarks
This setting is used in the events OnSelectionResizeStart and OnSelectionResizeEnd event.
Constructors
CropSelectionSettings()
Declaration
public CropSelectionSettings()
Properties
Height
Gets or sets the height of the selection in the SfImageEditor.
Declaration
public Nullable<double> Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | A double value that specifies the height of the selection. |
StartX
Gets or sets the x-coordinate of the start point of a selection in the SfImageEditor.
Declaration
public double StartX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that specifies the x-coordinate of the start point. |
StartY
Gets or sets the y-coordinate of the start point of a selection in the SfImageEditor.
Declaration
public double StartY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that specifies the x-coordinate of the start point. |
Type
Gets or sets the type of the selection in the SfImageEditor.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string value that specifies the type of selection such as Custom, Circle, or ratio based selection. |
Width
Gets or sets the width of the selection in the SfImageEditor.
Declaration
public Nullable<double> Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | A double value that specifies the width of the selection. |