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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.