Class ZoomedEventArgs
Provides the information about the Zoomed event callback.
Inherited Members
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ZoomedEventArgs
Constructors
ZoomedEventArgs()
Declaration
public ZoomedEventArgs()
Properties
ZoomFactor
Gets the current zoomed level, in which the loaded image is enlarged in the SfImageEditor.
Declaration
public double ZoomFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| double | A double value that returns the current zoomed value. |
Remarks
The previous and current zoom factor is used for finding whether the performed zooming is a zoom in or zoom out.
ZoomPoint
Gets the x and y coordinates for the zoomed point in which the zooming action was performed.
Declaration
public ImageEditorPoint ZoomPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageEditorPoint | A point object that returns the current zoom value. |
ZoomTrigger
Gets the type of zooming performed in the SfImageEditor.
Declaration
public ZoomTrigger ZoomTrigger { get; set; }
Property Value
| Type | Description |
|---|---|
| ZoomTrigger | A flaggable Enum value that returns the type of zooming performed. |
Remarks
This property is used to get the type of zooming performed in the image editor by referring ImageEditorZoomSettings.