RenderImage Constructor(String,Style)
In This Topic
Initializes a new instance of the
RenderImage class, assigning the
RenderImage.Image property, and specifying a
Style to use.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Style _
)
public RenderImage(
string ,
Style
)
Parameters
- imageName
- A string that is assigned to the RenderImage.ImageName property.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
See Also