ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawImage Method / DrawImage(Image,RectangleF,String) Method
The image.
The bounds.
The string link.

In This Topic
    DrawImage(Image,RectangleF,String) Method
    In This Topic
    Draws the image.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal image As Image, _
       ByVal bounds As RectangleF, _
       ByVal strLink As String _
    ) 
    public void DrawImage( 
       Image image,
       RectangleF bounds,
       string strLink
    )

    Parameters

    image
    The image.
    bounds
    The bounds.
    strLink
    The string link.
    See Also