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
| Nome | Description |
|---|---|
| Point(Double, Double) | |
| Point(Size) | |
| Point(SizeF) | |
| Point(Vector2) | |
Campos
| Nome | Description |
|---|---|
| Zero | |
Propriedades
| Nome | Description |
|---|---|
| IsEmpty | |
| X | |
| Y | |
Métodos
| Nome | Description |
|---|---|
| Deconstruct(Double, Double) | |
| Distance(Point) | |
| Equals(Object) | |
| Equals(Object, Double) | |
| GetHashCode() | |
| Offset(Double, Double) | |
| Round() | |
| ToString() | |
| TryParse(String, Point) | |
Operadores
Métodos de Extensão
| Nome | Description |
|---|---|
| Lerp(Point, Point, Double) | |