Freigeben über


Point Struktur

Definition

public value class Point
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))]
public struct Point
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))>]
type Point = struct
Public Structure Point
Vererbung
Point
Attribute

Konstruktoren

Point(Double, Double)
Point(Size)
Point(SizeF)
Point(Vector2)

Felder

Zero

Eigenschaften

IsEmpty
X
Y

Methoden

Deconstruct(Double, Double)
Distance(Point)
Equals(Object)
Equals(Object, Double)
GetHashCode()
Offset(Double, Double)
Round()
ToString()
TryParse(String, Point)

Operatoren

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

Erweiterungsmethoden

Lerp(Point, Point, Double)

Gilt für: