alexa

    Show / Hide Table of Contents

    Interface ICursorGraphicalCoordinates

    Provides the functionality for getting the Graphical coordinates of the cursor.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ICursorGraphicalCoordinates

    Properties

    LeftTop

    Gets or sets the left-top point of the cursor in client coordinates.

    Declaration
    Point LeftTop { get; set; }
    Property Value
    Type
    System.Drawing.Point

    Rectangle

    Gets the rectangle, occupied by cursor.

    Declaration
    Rectangle Rectangle { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Size

    Gets the size of the cursor.

    Declaration
    Size Size { get; set; }
    Property Value
    Type
    System.Drawing.Size
    Back to top Generated by DocFX