Struct NativeMethods.POINTSTRUCT
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 POINTSTRUCT
Constructors
POINTSTRUCT(Int32, Int32)
Declaration
public POINTSTRUCT(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
Fields
x
Declaration
public int x
Field Value
System.Int32
|
y
Declaration
public int y
Field Value
System.Int32
|