Поделиться через


PointF Структура

Определение

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
Наследование
PointF
Атрибуты

Конструкторы

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

Поля

Zero

Свойства

IsEmpty
X
Y

Методы

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

Операторы

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)

Методы расширения

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

Применяется к