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