ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawImage Method / DrawImage(Image,Boolean,Single,Single,Single,Single,String) Method
The image.
if set to true [managed image].
The left.
The top.
The width.
The height.
The string link.

In This Topic
    DrawImage(Image,Boolean,Single,Single,Single,Single,String) Method
    In This Topic
    Draws the image.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal image As Image, _
       ByVal managedImage As Boolean, _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal strLink As String _
    ) 
    public void DrawImage( 
       Image image,
       bool managedImage,
       float left,
       float top,
       float width,
       float height,
       string strLink
    )

    Parameters

    image
    The image.
    managedImage
    if set to true [managed image].
    left
    The left.
    top
    The top.
    width
    The width.
    height
    The height.
    strLink
    The string link.
    See Also