PointF 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 PointF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))]
public struct PointF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))>]
type PointF = struct
Public Structure PointF
- Herança
-
PointF
- Atributos
Construtores
| PointF(Single, Single) | |
| PointF(SizeF) | |
| PointF(Vector2) |
Campos
| Zero |
Propriedades
| IsEmpty | |
| X | |
| Y |
Métodos
| Deconstruct(Single, Single) | |
| Distance(PointF) | |
| Equals(Object) | |
| Equals(Object, Single) | |
| GetHashCode() | |
| Offset(Single, Single) | |
| Round() | |
| ToString() | |
| TransformBy(Matrix3x2) | |
| TryParse(String, PointF) |
Operadores
Métodos de Extensão
| Lerp(PointF, PointF, Double) | |
| ToSKPoint(PointF) |