UI\Size::__construct

(UI 0.9.9)

UI\Size::__constructConstruye un nuevo tamaño

Descripción

publicUI\Size::__construct(float$width, float$height)

Construye un nuevo tamaño usando un nuevo ancho y alto

Parámetros

width

El nuevo ancho

height

El nuevo alto

To Top