CakeFest 2024: The Official CakePHP Conference

UI\Size::of

(UI 1.0.2)

UI\Size::ofPoint Coercion

Açıklama

public static UI\Size::of(float $size): UI\Size
public static UI\Size::of(UI\Point $point): UI\Size

Shall return a UI\Size object where width and height are equal to those supplied, either in float or UI\Point form

Bağımsız Değişkenler

size

The value for width and height

point

The Point to convert

Dönen Değerler

The resulting Size

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top