Xamarin.Forms.Size Structure
Struct defining height and width as a pair of doubles.

See Also: Size Members

Syntax

[System.Diagnostics.DebuggerDisplay("Width={Width}, Height={Height}")]
public struct Size

Remarks

Application developers should be aware of the limits of floating-point representations, specifically the possibility of incorrect comparisons and equality checks for values with small differences. David Goldberg's paper What Every Computer Scientist Should Know About Floating-Point Arithmetic describes the issues excellently.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0