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