Rectangle

Rectangle constructor

Inicializa una nueva instancia delRectangle clase.

public Rectangle(float left, float bottom, float width, float height)
ParámetroEscribeDescripción
leftSingleLa posición izquierda del rectángulo.
bottomSingleLa posición inferior del rectángulo.
widthSingleEl ancho del rectángulo.
heightSingleLa altura del rectángulo.

Ver también