alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CursorHandler.POINT

    Inheritance
    System.Object
    CursorHandler.POINT
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class POINT : ValueType

    Constructors

    POINT(Int32, Int32)

    Declaration
    public POINT(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y

    Fields

    X

    Declaration
    public int X
    Field Value
    Type
    System.Int32

    Y

    Declaration
    public int Y
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved