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.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public struct Size : IFormattable
Constructors
Size(Double, Double)
Declaration
public Size(double width, double height)
Parameters
System.Double
width
|
System.Double
height
|
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)
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)
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)