ActiveReports 8
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 System.Single, _
   ByVal y As System.Single _
) 
void DrawImage( 
   ImageEx image,
   System.float x,
   System.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

Support Forum