ActiveReports 12
DrawImage(ImageEx,Single,Single) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > DrawImage Method : DrawImage(ImageEx,Single,Single) Method
Image todraw.
The x-coordinate of the upper-left corner of the drawn image.
The y-coordinate of the upper-left corner of the drawn image.
Draws the specified Image object, using its original physical size, at the specified location.
Syntax
'Declaration
 
Overloads Sub DrawImage( _
   ByVal image As ImageEx, _
   ByVal x As Single, _
   ByVal y As Single _
) 
void DrawImage( 
   ImageEx image,
   float x,
   float y
)

Parameters

image
Image todraw.
x
The x-coordinate of the upper-left corner of the drawn image.
y
The y-coordinate of the upper-left corner of the drawn image.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List