GoLang UI\Point::at

request it (325)
GoLang replacement for PHP's UI\Point::at [edit | history]



Do you know a GoLang replacement for PHP's UI\Point::at? Write it!

PHP UI\Point::at

PHP original manual for UI\Point::at [ show | php.net ]

UI\Point::at

(PHP 7, UI 1.0.2)

UI\Point::atSize Coercion

Description

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

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

Parameters

point

The value for x and y

size

The Size to convert

Return Values

The resulting Point