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