ActiveReports 6 Online Help
DrawImage Method

Draws an image on the page.
Overload List
OverloadDescription
DrawImage(Image,Single,Single,Single,Single)Draws the specified image within the specified coordinates.  
DrawImage(Image,Single,Single,Single,Single,String,String)Draws the specified image within the specified coordinates.  
DrawImage(Image,Boolean,Single,Single,Single,Single)Draws the specified image within the specified coordinates.  
DrawImage(Image,RectangleF)Draws the specified image within the specified rectangle bounds.  
DrawImage(Image,Boolean,RectangleF)Draws an image on the page in the specified rectangle bounds.  
DrawImage(Image,Single,Single,Single,Single,String)Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.  
DrawImage(Image,Single,Single,Single,Single,String,String,String)Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.  
DrawImage(Image,Boolean,Single,Single,Single,Single,String)Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.  
DrawImage(Image,RectangleF,String)Draws the specified image within the specified rectangle bounds and assigns a hyperlink to the area on the page.  
DrawImage(Image,Boolean,RectangleF,String)Draws the specified image within the specified rectangle bounds and assigns a hyperlink to the area on the page.  
Remarks
Units are determined by the Page.Units property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members

Send Feedback