Compartilhar via


Rect Estrutura

Definição

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

Construtores

Rect(Double, Double, Double, Double)
Rect(Point, Size)

Campos

Zero

Propriedades

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

Métodos

Contains(Double, Double)
Contains(Point)
Contains(Rect)
Deconstruct(Double, Double, Double, Double)
Equals(Object)
Equals(Rect)
FromLTRB(Double, Double, Double, Double)
GetHashCode()
Inflate(Double, Double)
Inflate(Size)
Intersect(Rect)
Intersect(Rect, Rect)
IntersectsWith(Rect)
Offset(Double, Double)
Offset(Point)
Round()
ToString()
TryParse(String, Rect)
Union(Rect)
Union(Rect, Rect)

Operadores

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

Métodos de Extensão

Lerp(Rect, Rect, Double)

Aplica-se a