PointF Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
PointF
- Attributes
Constructors
PointF(Single, Single) | |
PointF(SizeF) | |
PointF(Vector2) |
Fields
Zero |
Properties
IsEmpty | |
X | |
Y |
Methods
Deconstruct(Single, Single) | |
Distance(PointF) | |
Equals(Object, Single) | |
Equals(Object) | |
GetHashCode() | |
Offset(Single, Single) | |
Round() | |
ToString() | |
TransformBy(Matrix3x2) | |
TryParse(String, PointF) |
Operators
Extension Methods
Lerp(PointF, PointF, Double) | |
ToSKPoint(PointF) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.