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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.