'使用法 Dim imageName As System.String Dim style As Style Dim instance As New RenderImage(imageName, style)
パラメータ
- imageName
 - ImageNameプロパティに割り当てられる文字列。
 - style
 - 使用する Style( Style.AssignNonInheritedFromメソッドを使って、指定したスタイルを現在のオブジェクトの Styleにコピーします)。
 
'使用法 Dim imageName As System.String Dim style As Style Dim instance As New RenderImage(imageName, style)