Struct CursorHandler.POINT
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetType()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.ValueType.Equals(System.Object)
    
      System.ValueType.GetHashCode()
    
      System.ValueType.ToString()
    
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public struct POINTConstructors
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 XField Value
| Type | 
|---|
| System.Int32 | 
Y
Declaration
public int YField Value
| Type | 
|---|
| System.Int32 |