Dutch PHP Conference 2025 - Call For Papers

UI\Point::at

(UI 1.0.2)

UI\Point::atCoercition de taille

Description

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

Renvoie un objet UI\Point où x et y sont égaux à ceux fournis, soit sous forme de float, soit sous forme de UI\Size

Liste de paramètres

point

La valeur pour x et y

size

La taille à convertir

Valeurs de retour

Le point résultant

add a note

User Contributed Notes

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