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 |