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)
|
运算符
扩展方法
适用于