MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawImage Method / DrawImage(Image,Single,Single,Single,Single,String,String) Method
The image.
The left.
The top.
The width.
The height.
The title.
The description.

In This Topic
DrawImage(Image,Single,Single,Single,Single,String,String) Method
In This Topic
Draws the image.
Syntax
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal image As Image, _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal title As String, _
   ByVal description As String _
) 
 

Parameters

image
The image.
left
The left.
top
The top.
width
The width.
height
The height.
title
The title.
description
The description.
See Also