Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImage Class / RenderImage Constructor / RenderImage Constructor(Image,ImageAlign)
An System.Drawing.Image that is assigned to the Image property.
An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.

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

    Parameters

    image
    An System.Drawing.Image that is assigned to the Image property.
    imageAlign
    An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
    See Also