RectF 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public value class RectF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectFTypeConverter))]
public struct RectF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectFTypeConverter))>]
type RectF = struct
Public Structure RectF
- 繼承
-
- 屬性
-
建構函式
欄位
屬性
方法
Contains(PointF)
|
Contains(RectF)
|
Contains(Single, Single)
|
Deconstruct(Single, Single, Single, Single)
|
Equals(Object)
|
Equals(RectF)
|
FromLTRB(Single, Single, Single, Single)
|
GetHashCode()
|
Inflate(Single, Single)
|
Inflate(SizeF)
|
Intersect(RectF)
|
Intersect(RectF, RectF)
|
IntersectsWith(RectF)
|
Offset(PointF)
|
Offset(Single, Single)
|
Round()
|
ToString()
|
TryParse(String, RectF)
|
Union(RectF)
|
Union(RectF, RectF)
|
運算子
擴充方法
適用於