Rectangle

Rectangle constructor

Crea una nueva instancia de Rectangle

public Rectangle(float x, float y, float width, float height)
Parámetro Escribe Descripción
x Single Posición X del rectángulo
y Single Posición Y del Rectángulo
width Single Ancho del rectángulo
height Single Altura del rectángulo

Ver también