Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImage Class / RenderImage Constructor / RenderImage Constructor(Image)
An System.Drawing.Image that is assigned to the Image property.

In This Topic
    RenderImage Constructor(Image)
    In This Topic
    Initializes a new instance of the RenderImage class, assigning the Image property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As Image _
    )
    public RenderImage( 
       Image image
    )

    Parameters

    image
    An System.Drawing.Image that is assigned to the Image property.
    See Also