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