SizeF 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 SizeF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.SizeFTypeConverter))]
public struct SizeF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.SizeFTypeConverter))>]
type SizeF = struct
Public Structure SizeF
- Herança
-
SizeF
- Atributos
Construtores
| SizeF(Single) | |
| SizeF(Single, Single) | |
| SizeF(Vector2) |
Campos
| Zero |
Propriedades
| Height | |
| IsZero | |
| Width |
Métodos
| Deconstruct(Single, Single) | |
| Equals(Object) | |
| Equals(SizeF) | |
| GetHashCode() | |
| ToString() | |
| TransformNormalBy(Matrix3x2) | |
| TryParse(String, SizeF) |
Operadores
Métodos de Extensão
| Lerp(SizeF, SizeF, Double) | |
| AsSizeF(SizeF) |