RenderImage Constructor(Image)
In This Topic
Initializes a new instance of the
RenderImage class, assigning the
Image property.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
public RenderImage(
Image
)
Parameters
- image
- An System.Drawing.Image that is assigned to the Image property.
See Also