RectF Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- Dědičnost
-
RectF
- Atributy
Konstruktory
| RectF(PointF, SizeF) | |
| RectF(Single, Single, Single, Single) |
Pole
| Zero |
Vlastnosti
| Bottom | |
| Center | |
| Height | |
| IsEmpty | |
| Left | |
| Location | |
| Right | |
| Size | |
| Top | |
| Width | |
| X | |
| Y |
Metody
Operátory
| Equality(RectF, RectF) | |
| Implicit(RectF to Rect) | |
| Inequality(RectF, RectF) |
Metody rozšíření
| Lerp(RectF, RectF, Double) | |
| AsSKRect(RectF) |