Class NativeMethods.SIZE
Inheritance
System.Object
NativeMethods.SIZE
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class SIZE
Constructors
SIZE()
Declaration
public SIZE()
SIZE(Int32, Int32)
Declaration
public SIZE(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
|