ActiveReports Developer 7
DrawImage Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : DrawImage Method

Glossary Item Box

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,RectangleF)Draws the specified image within 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,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.

See Also