Rect 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 繼承
-
- 屬性
-
建構函式
欄位
屬性
方法
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)
|
運算子
擴充方法
適用於