Image プロパティを割り当てて、 使用する
Style を指定して、
RenderImage クラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Style _
)
public RenderImage(
System.string ,
Style
)
パラメータ
- imageName
- ImageName プロパティに割り当てられる文字列。
- style
- 使用する Style (Style.AssignNonInheritedFrom メソッドを使って、 指定したスタイルを現在のオブジェクトの RenderObject.Style にコピーします)。
参照