Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.ValueType System.Diagnostics.DebuggerDisplay("Width={Width}, Height={Height}") Struct defining height and width as a pair of doubles. 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. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 To be added. To be added. Creates a new object with and . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean The object to which this is being compared. Whether this is equivalent to . if is a whose values are identical to this's and . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean The to which this is being compared. Whether this is equivalent to . if 's values are identical to this's and . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Int32 Returns a hash value for the . A value intended for efficient insertion and lookup in hashtable-based data structures. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.ComponentModel.DefaultValue(0) System.Double Magnitude along the vertical axis, in platform-specific units. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Whether the has and of 0.0. if both and are 0.0. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Size A to be added. A to be added. Returns a new whose and are the sum of the component's height and width. A whose is equal to s1.Width + s2.Width and whose is equal to sz1.Height + sz2.Height. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean A to be compared. A to be compared. Whether two s have equal values. if and have equal values for and . Application developers should be aware that and are stored internally as s. Values with small differences may compare incorrectly due to internal rounding limitations. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Point The to be converted to a . Returns a new based on a . A whose and are equal to 's and , respectively. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean To be added. To be added. Whether two s have unequal values. if and have unequal values for either or . Application developers should be aware that and are stored internally as s. Values with small differences may compare incorrectly due to internal rounding limitations. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Size A to be scaled. A factor by which to multiple 's and values. Scales both and . A new whose and have been scaled by . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Size A from whose values a size will be subtracted. The to subtract from . Returns a new whose and are 's height and width minus the values in . A whose is equal to s1.Width - s2.Width and whose is equal to sz1.Height - sz2.Height. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Returns a human-readable representation of the . The format has the pattern "{Width={0} Height={1}}". To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.ComponentModel.DefaultValue(0) System.Double Magnitude along the horizontal axis, in platform-defined units. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Size The whose values for height and width are 0.0. To be added.