Point Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Herencia
-
Point
- Atributos
Constructores
| Nombre | Description |
|---|---|
| Point(Double, Double) | |
| Point(Size) | |
| Point(SizeF) | |
| Point(Vector2) | |
Campos
| Nombre | Description |
|---|---|
| Zero | |
Propiedades
| Nombre | Description |
|---|---|
| IsEmpty | |
| X | |
| Y | |
Métodos
| Nombre | Description |
|---|---|
| Deconstruct(Double, Double) | |
| Distance(Point) | |
| Equals(Object) | |
| Equals(Object, Double) | |
| GetHashCode() | |
| Offset(Double, Double) | |
| Round() | |
| ToString() | |
| TryParse(String, Point) | |
Operadores
Métodos de extensión
| Nombre | Description |
|---|---|
| Lerp(Point, Point, Double) | |