alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ZoomEventArgs

    Provides the information about the Zooming event callback.

    Inheritance
    object
    ZoomEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ZoomEventArgs

    Constructors

    ZoomEventArgs()

    Declaration
    public ZoomEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the zooming action should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true if the zoom action should be canceled; otherwise, false. The default value is false.

    CurrentZoomFactor

    Gets the current zoom factor applied to the loaded image in the SfImageEditor.

    Declaration
    public double CurrentZoomFactor { get; set; }
    Property Value
    Type Description
    double

    A double value representing the current zoom factor of the image.

    PreviousZoomFactor

    Gets the previous zoom factor that was applied before the current zoom action in the SfImageEditor.

    Declaration
    public double PreviousZoomFactor { get; set; }
    Property Value
    Type Description
    double

    A double value representing the previous zoom factor of the image.

    ZoomPoint

    Gets the x and y coordinates of the point where the zooming action was performed in the SfImageEditor.

    Declaration
    public ImageEditorPoint ZoomPoint { get; set; }
    Property Value
    Type Description
    ImageEditorPoint

    An ImageEditorPoint object representing the current x and y coordinates of the zoom action.

    ZoomTrigger

    Gets the type of zooming performed in the SfImageEditor.

    Declaration
    public ZoomTrigger ZoomTrigger { get; set; }
    Property Value
    Type Description
    ZoomTrigger

    A flagged Enum ZoomTrigger that returns the type of zooming performed.

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