menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CroppedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved