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

Represents dimenstions (width, height) | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Represents dimenstions (width, height)

(PHP 7, UI 0.9.9)

はじめに

Sizes are used throughout UI to represent the size of a screen, control, or area.

クラス概要

final UI\Size {
/* プロパティ */
public $width ;
public $height ;
/* Constructor */
public __construct ( float $width , float $height )
/* メソッド */
public float getHeight ( void )
public float getWidth ( void )
public static UI\Size of ( float $size )
public static UI\Size of ( UI\Point $point )
public setHeight ( float $size )
public setWidth ( float $size )
}

プロパティ

width

Holds the width, can be read/written directly

height

Holds the height, can be read/written directly

目次


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

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