Rect.Rect

Rect constructor

Constructor of class Rect

public Rect(int x, int y, int width, int height)
ParameterTypeDescription
xInt32
yInt32
widthInt32
heightInt32

See Also