StructSize
Struct
2D extent with non-negative width and height used for layout and geometry calculations.
Definition
Namespace:Telerik.Documents.Primitives
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public struct Size
Constructors
Size(double, double)
Initializes a new instance of the Size structure.
Properties
Height
Gets or sets the height. Should be non-negative.
IsEmpty
Returns true if this size is the Empty size.
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
GetHashCode()
Returns the hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for this instance.
Overrides
ToString()
Returns the fully qualified type name of this instance.
Declaration
cs-api-definition
public override string ToString()
Returns
The fully qualified type name.
Overrides
Operators
operator !=(Size, Size)
Compares two Size instances for exact inequality.
operator ==(Size, Size)
Compares two Size instances for exact equality.