다음을 통해 공유


Rect 구조체

정의

[System.Diagnostics.DebuggerDisplay("X={X}, Y={Y}, Width={Width}, Height={Height}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.RectTypeConverter))]
public struct Rect
type Rect = struct
상속
System.ValueType
Rect
특성
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute

생성자

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

필드

Zero

속성

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

메서드

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, Rect)
Intersect(Rect)
IntersectsWith(Rect)
Offset(Double, Double)
Offset(Point)
Round()
ToString()
Union(Rect, Rect)
Union(Rect)

연산자

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

적용 대상