Class ImageEditorPoint
Represents the x and y coordinate on an image in the SfImageEditor.
Inheritance
System.Object
ImageEditorPoint
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageEditorPoint : Object
Remarks
Use this property to specify ZoomPoint.
Constructors
ImageEditorPoint()
Declaration
public ImageEditorPoint()
Properties
X
Gets or sets the x coordinate in the SfImageEditor.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that specifies the x-coordinates. |
Remarks
This property is used to get the coordinates of the current mouse pointer in the SfImageEditor.
Y
Gets or sets the y coordinate in the SfImageEditor.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that specifies the y-coordinates. |
Remarks
This property is used to get the coordinates of the current mouse pointer in the SfImageEditor.