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

In This Topic
    RenderImage Constructor(String,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 imageName As String, _
       ByVal imageAlign As ImageAlign _
    )
    public RenderImage( 
       string imageName,
       ImageAlign imageAlign
    )

    Parameters

    imageName
    A string that is assigned to the ImageName property.
    imageAlign
    An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
    See Also