Class CgssTextarea
In: src/textarea.rb
Parent: Object

テキストエリアを扱うクラス

Methods

bgcolor   color   dimension   offset   position   size  

Public Instance methods

背景色を設定する

r, g, b:背景色

文字色(&枠の色)を設定する

r, g, b:文字色

横幅と高さを設定する

w:横幅
h:高さ

テキスト表示位置のオフセット

x:x座標オフセット
y:y座標オフセット

位置を設定する

x, y:座標

文字サイズを設定する

size:文字サイズ

[Validate]