Struct Size
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public struct Size : IFormattable
Constructors
Size(Double, Double)
Declaration
public Size(double width, double height)
Parameters
System.Double
width
|
System.Double
height
|
Size(Size)
Declaration
public Size(Size size)
Parameters
System.Windows.Size
size
|
Properties
Empty
Height
Declaration
public double Height { get; set; }
Property Value
System.Double
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Width
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
System.Object
o
|
Returns
System.Boolean
|
Overrides
System.ValueType.Equals(System.Object)
Equals(Size)
Equals(Size, Size)
Declaration
public static bool Equals(Size size1, Size size2)
Parameters
Size
size1
|
Size
size2
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.ValueType.GetHashCode()
Parse(String)
ToSize()
Declaration
public Size ToSize()
Returns
System.Windows.Size
|
Operators
Equality(Size, Size)
Declaration
public static bool operator ==(Size size1, Size size2)
Parameters
Size
size1
|
Size
size2
|
Returns
System.Boolean
|
Explicit(Size to Point)
Explicit(Size to Vector)
Implicit(SizeF to Size)
Declaration
public static implicit operator Size(SizeF p)
Parameters
System.Drawing.SizeF
p
|
Returns
Size
|
Implicit(Size to SizeF)
Declaration
public static implicit operator SizeF(Size p)
Parameters
Size
p
|
Returns
System.Drawing.SizeF
|
Inequality(Size, Size)
Declaration
public static bool operator !=(Size size1, Size size2)
Parameters
Size
size1
|
Size
size2
|
Returns
System.Boolean
|
Explicit Interface Implementations
IFormattable.ToString(String, IFormatProvider)
Declaration
string IFormattable.ToString(string format, IFormatProvider provider)
Parameters
System.String
format
|
System.IFormatProvider
provider
|
Returns
System.String
|
Implements
System.IFormattable.ToString(System.String, System.IFormatProvider)