Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImage Class / RenderImage Constructor / RenderImage Constructor(Image,Style)
An System.Drawing.Image that is assigned to the Image property.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).

In This Topic
    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 image As Image, _
       ByVal style As Style _
    )
    public RenderImage( 
       Image image,
       Style 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