[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawImage

DrawImage Method

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

Draws the image.

Declaration
public void DrawImage(Image image, float left, float top, float width, float height)
Parameters
Type Name Description
Image image

The image.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

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

Draws the image.

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

The image.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string title

The title.

string description

The description.

DrawImage(Image, bool, float, float, float, float)

Draws the image.

Declaration
public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height)
Parameters
Type Name Description
Image image

The image.

bool managedImage

if set to true [managed image].

float left

The left.

float top

The top.

float width

The width.

float height

The height.

DrawImage(Image, RectangleF)

Draws the image.

Declaration
public void DrawImage(Image image, RectangleF bounds)
Parameters
Type Name Description
Image image

The image.

RectangleF bounds

The bounds.

DrawImage(Image, bool, RectangleF)

Draws the image.

Declaration
public void DrawImage(Image image, bool managedImage, RectangleF bounds)
Parameters
Type Name Description
Image image

The image.

bool managedImage

if set to true [managed image].

RectangleF bounds

The bounds.

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

Draws the image.

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

The image.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

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

Draws the image.

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

The image.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

string title

The title.

string description

The description.

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

Draws the image.

Declaration
public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height, string strLink)
Parameters
Type Name Description
Image image

The image.

bool managedImage

if set to true [managed image].

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

DrawImage(Image, RectangleF, string)

Draws the image.

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

The image.

RectangleF bounds

The bounds.

string strLink

The string link.

DrawImage(Image, bool, RectangleF, string)

Draws the image.

Declaration
public void DrawImage(Image image, bool imageChanged, RectangleF text, string strLink)
Parameters
Type Name Description
Image image

The image.

bool imageChanged

if set to true [image changed].

RectangleF text

The text.

string strLink

The string link.