다음을 통해 공유


Rect 구조체

정의

public value class Rect
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectTypeConverter))]
public struct Rect
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectTypeConverter))>]
type Rect = struct
Public Structure Rect
상속
Rect
특성

생성자

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

연산자

Equality(Rect, Rect)
Implicit(Rect to RectF)
Inequality(Rect, Rect)

확장 메서드

Lerp(Rect, Rect, Double)

적용 대상