Struct WindowsHook.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: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct POINT
Fields
x
Declaration
public int x
Field Value
System.Int32
|
y
Declaration
public int y
Field Value
System.Int32
|