WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct CursorHandler.POINT

    Show / Hide Table of Contents

    Struct CursorHandler.POINT

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public struct POINT

    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 Description
    System.Int32

    Y

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