Rect Struct

Definizione

[System.Diagnostics.DebuggerDisplay("X={X}, Y={Y}, Width={Width}, Height={Height}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.RectTypeConverter))]
public struct Rect
type Rect = struct
Ereditarietà
Rect
Attributi

Costruttori

Rect(Double, Double, Double, Double)
Rect(Point, Size)

Campi

Zero

Proprietà

Bottom
Center
Height
IsEmpty
Left
Location
Right
Size
Top
Width
X
Y

Metodi

Contains(Double, Double)
Contains(Point)
Contains(Rect)
Deconstruct(Double, Double, Double, Double)
Equals(Object)
Equals(Rect)
FromLTRB(Double, Double, Double, Double)
GetHashCode()
Inflate(Double, Double)
Inflate(Size)
Intersect(Rect)
Intersect(Rect, Rect)
IntersectsWith(Rect)
Offset(Double, Double)
Offset(Point)
Round()
ToString()
Union(Rect)
Union(Rect, Rect)

Operatori

Equality(Rect, Rect)
Inequality(Rect, Rect)

Si applica a