Compartilhar via


RectF Estrutura

Definição

public value class RectF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectFTypeConverter))]
public struct RectF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.RectFTypeConverter))>]
type RectF = struct
Public Structure RectF
Herança
RectF
Atributos

Construtores

RectF(PointF, SizeF)
RectF(Single, Single, Single, Single)

Campos

Zero

Propriedades

Bottom
Center
Height
IsEmpty
Left
Location
Right
Size
Top
Width
X
Y

Métodos

Contains(PointF)
Contains(RectF)
Contains(Single, Single)
Deconstruct(Single, Single, Single, Single)
Equals(Object)
Equals(RectF)
FromLTRB(Single, Single, Single, Single)
GetHashCode()
Inflate(Single, Single)
Inflate(SizeF)
Intersect(RectF)
Intersect(RectF, RectF)
IntersectsWith(RectF)
Offset(PointF)
Offset(Single, Single)
Round()
ToString()
TryParse(String, RectF)
Union(RectF)
Union(RectF, RectF)

Operadores

Equality(RectF, RectF)
Implicit(RectF to Rect)
Inequality(RectF, RectF)

Métodos de Extensão

Lerp(RectF, RectF, Double)
AsSKRect(RectF)

Aplica-se a