RenderImage Constructor(String)
In This Topic
Initializes a new instance of the
RenderImage class, assigning the
ImageName property.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RenderImage(
string
)
Parameters
- imageName
- A string that is assigned to the ImageName property.
See Also