Point 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 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
- Inheritance
-
Point
- Attributes
Constructors
Point(Double, Double) | |
Point(Size) | |
Point(SizeF) | |
Point(Vector2) |
Fields
Zero |
Properties
IsEmpty | |
X | |
Y |
Methods
Deconstruct(Double, Double) | |
Distance(Point) | |
Equals(Object, Double) | |
Equals(Object) | |
GetHashCode() | |
Offset(Double, Double) | |
Round() | |
ToString() | |
TryParse(String, Point) |
Operators
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) |
Extension Methods
Lerp(Point, Point, Double) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.