[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawImage

DrawImage Method

DrawImage(Image, float, float, float, float, string, string, string)

Creates a resourced сanvas item based on image data and adds it to internal canvas items collection.

Declaration
public void DrawImage(Image image, float left, float top, float width, float height, string strLink = "", string title = "", string description = "")
Parameters
Type Name Description
Image image
float left
float top
float width
float height
string strLink
string title
string description

DrawImage(Image, RectangleF, string, string, string)

Creates a resourced сanvas item based on image data and adds it to internal canvas items collection.

Declaration
public void DrawImage(Image image, RectangleF bounds, string strLink = "", string title = "", string description = "")
Parameters
Type Name Description
Image image
RectangleF bounds
string strLink
string title
string description