ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawImage Method / DrawImage(Image,Boolean,RectangleF) Method
The image.
if set to true [managed image].
The bounds.

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

Parameters

image
The image.
managedImage
if set to true [managed image].
bounds
The bounds.
See Also