Rectangle

Rectangle constructor

Erstellt eine neue Instanz von Rectangle

public Rectangle(float x, float y, float width, float height)
Parameter Typ Beschreibung
x Single X-Position des Rechtecks
y Single Y-Position des Rechtecks
width Single Breite des Rechtecks
height Single Höhe des Rechtecks

Siehe auch