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

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

    Parameters

    image
    The image.
    bounds
    The bounds.
    See Also