ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawImage Method / DrawImage(Image,Boolean,RectangleF,String) Method
The image.
if set to true [image changed].
The text.
The string link.

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

    Parameters

    image
    The image.
    imageChanged
    if set to true [image changed].
    text
    The text.
    strLink
    The string link.
    See Also