PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Represents a position (x,y) | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Represents a position (x,y)

(PHP 7, UI 0.9.9)

はじめに

Points are used throughout UI to represent co-ordinates on a screen, control, or area.

クラス概要

final UI\Point {
/* プロパティ */
public $x ;
public $y ;
/* Constructor */
public __construct ( float $x , float $y )
/* メソッド */
public static UI\Point at ( float $point )
public static UI\Point at ( UI\Size $size )
public float getX ( void )
public float getY ( void )
public setX ( float $point )
public setY ( float $point )
}

プロパティ

x

Holds the X co-ordinate, can be read/written directly

y

Holds the Y co-ordinate, can be read/written directly

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Represents a position (x,y)」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Represents a position (x,y)」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: