WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICursorGraphicalCoordinates - WindowsForms API Reference | Syncfusion

    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 Description
    System.Drawing.Point

    Rectangle

    Gets the rectangle, occupied by cursor.

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

    Size

    Gets the size of the cursor.

    Declaration
    Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved