Rectangle

Rectangle structure

Rechteckmodell

public struct Rectangle

Konstrukteure

Name Beschreibung
Rectangle(float, float, float, float) Erstellt eine neue Instanz von Rectangle

Eigenschaften

Name Beschreibung
Height { get; set; } Höhe
Width { get; set; } Breite
X { get; set; } X-Koordinate
Y { get; set; } Y-Koordinate

Siehe auch