menu

Blazor

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

    Show / Hide Table of Contents

    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.

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