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にコピーします)。
参照