PointF 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public value class PointF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))]
public struct PointF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))>]
type PointF = struct
Public Structure PointF
- 继承
-
PointF
- 属性
构造函数
PointF(Single, Single) | |
PointF(SizeF) | |
PointF(Vector2) |
字段
Zero |
属性
IsEmpty | |
X | |
Y |
方法
Deconstruct(Single, Single) | |
Distance(PointF) | |
Equals(Object) | |
Equals(Object, Single) | |
GetHashCode() | |
Offset(Single, Single) | |
Round() | |
ToString() | |
TransformBy(Matrix3x2) | |
TryParse(String, PointF) |
运算符
扩展方法
Lerp(PointF, PointF, Double) | |
ToSKPoint(PointF) |