Point Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- Ereditarietà
-
Point
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| Point(Double, Double) | |
| Point(Size) | |
| Point(SizeF) | |
| Point(Vector2) | |
Campi
| Nome | Descrizione |
|---|---|
| Zero | |
Proprietà
| Nome | Descrizione |
|---|---|
| IsEmpty | |
| X | |
| Y | |
Metodi
| Nome | Descrizione |
|---|---|
| Deconstruct(Double, Double) | |
| Distance(Point) | |
| Equals(Object) | |
| Equals(Object, Double) | |
| GetHashCode() | |
| Offset(Double, Double) | |
| Round() | |
| ToString() | |
| TryParse(String, Point) | |
Operatori
Metodi di estensione
| Nome | Descrizione |
|---|---|
| Lerp(Point, Point, Double) | |