Rectangle

Rectangle constructor

Initialise une nouvelle instance duRectangle classe.

public Rectangle(float left, float bottom, float width, float height)
ParamètreTaperLa description
leftSingleLa position gauche du rectangle.
bottomSingleLa position inférieure du rectangle.
widthSingleLa largeur du rectangle.
heightSingleLa hauteur du rectangle.

Voir également