Difference between revisions of "(Image):getWidth (日本語)"

(Created page with "画像の幅を取得します。 == 関数 == === 概要 === <source lang="lua"> width = Image:getWidth( ) </source> === 引数 === なし。 === 返値 === {{param|number|wi...")
 
m (De-parented (Use Texture:getWidth))
 
Line 10: Line 10:
 
{{param|number|width|ピクセル単位での画像の幅。}}
 
{{param|number|width|ピクセル単位での画像の幅。}}
 
== 関連 ==
 
== 関連 ==
* [[parent::Image (日本語)]]
+
* [[Image (日本語)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=画像の幅を取得します。}}
 
{{#set:Description=画像の幅を取得します。}}

Latest revision as of 00:17, 8 August 2017

画像の幅を取得します。

関数

概要

width = Image:getWidth( )

引数

なし。

返値

number width
ピクセル単位での画像の幅。

関連


そのほかの言語