Point Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Herança
-
Point
- Atributos
Construtores
| Point(Double, Double) | |
| Point(Size) | |
| Point(SizeF) | |
| Point(Vector2) |
Campos
| Zero |
Propriedades
| IsEmpty | |
| X | |
| Y |
Métodos
| Deconstruct(Double, Double) | |
| Distance(Point) | |
| Equals(Object) | |
| Equals(Object, Double) | |
| GetHashCode() | |
| Offset(Double, Double) | |
| Round() | |
| ToString() | |
| TryParse(String, Point) |
Operadores
| 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) |
Métodos de Extensão
| Lerp(Point, Point, Double) |