Rect Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Diagnostics.DebuggerDisplay("X={X}, Y={Y}, Width={Width}, Height={Height}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.RectTypeConverter))]
public struct Rect
type Rect = struct
- Inheritance
-
System.ValueTypeRect
- Attributes
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
Constructors
Rect(Double, Double, Double, Double) | |
Rect(Point, Size) |
Fields
Zero |
Properties
Bottom | |
Center | |
Height | |
IsEmpty | |
Left | |
Location | |
Right | |
Size | |
Top | |
Width | |
X | |
Y |
Methods
Operators
Equality(Rect, Rect) | |
Inequality(Rect, Rect) |