Freigeben über


PointF Struktur

Definition

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
Vererbung
PointF
Attribute

Konstruktoren

PointF(Single, Single)
PointF(SizeF)
PointF(Vector2)

Felder

Zero

Eigenschaften

IsEmpty
X
Y

Methoden

Deconstruct(Single, Single)
Distance(PointF)
Equals(Object)
Equals(Object, Single)
GetHashCode()
Offset(Single, Single)
Round()
ToString()
TransformBy(Matrix3x2)
TryParse(String, PointF)

Operatoren

Addition(PointF, SizeF)
Equality(PointF, PointF)
Explicit(PointF to SizeF)
Explicit(PointF to Vector2)
Implicit(PointF to Point)
Implicit(Vector2 to PointF)
Inequality(PointF, PointF)
Subtraction(PointF, PointF)
Subtraction(PointF, SizeF)

Erweiterungsmethoden

Lerp(PointF, PointF, Double)
ToSKPoint(PointF)

Gilt für: