다음을 통해 공유


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)

적용 대상