Class CroppedEventArgs
Provides the information about the Cropped event callback.
Inheritance
System.Object
CroppedEventArgs
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class CroppedEventArgs : Object
Constructors
CroppedEventArgs()
Declaration
public CroppedEventArgs()
Properties
EndPoint
Gets the x and y coordinates for the end point of the cropping region.
Declaration
public ImageEditorPoint EndPoint { get; set; }
Property Value
Type | Description |
---|---|
ImageEditorPoint | A point object that returns the end point of cropping. |
StartPoint
Gets the x and y coordinates for the start point of the cropping region.
Declaration
public ImageEditorPoint StartPoint { get; set; }
Property Value
Type | Description |
---|---|
ImageEditorPoint | A point object that returns the start point of cropping. |