'宣言 Public Function New( _ ByVal imageName As System.String _ )
'使用法 Dim imageName As System.String Dim instance As New RenderImage(imageName)
public RenderImage( System.string imageName )
パラメータ
- imageName
- ImageNameプロパティに割り当てられる文字列。
'宣言 Public Function New( _ ByVal imageName As System.String _ )
'使用法 Dim imageName As System.String Dim instance As New RenderImage(imageName)
public RenderImage( System.string imageName )