[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawText

DrawText Method

DrawText(string, float, float, float, float)

Draws the text.

Declaration
public void DrawText(string strText, float left, float top, float width, float height)
Parameters
Type Name Description
string strText

The string text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

DrawText(string, RectangleF)

Draws the text.

Declaration
public void DrawText(string strText, RectangleF text)
Parameters
Type Name Description
string strText

The string text.

RectangleF text

The text.

DrawText(string[], float, float, float, float)

Draws the text.

Declaration
public void DrawText(string[] astrText, float left, float top, float width, float height)
Parameters
Type Name Description
string[] astrText

The astr text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

DrawText(string[], RectangleF)

Draws the text.

Declaration
public void DrawText(string[] astrText, RectangleF text)
Parameters
Type Name Description
string[] astrText

The astr text.

RectangleF text

The text.

DrawText(string, float, float, float, float, string)

Draws the text.

Declaration
public void DrawText(string strText, float left, float top, float width, float height, string strLink)
Parameters
Type Name Description
string strText

The string text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

DrawText(string, RectangleF, string)

Draws the text.

Declaration
public void DrawText(string strText, RectangleF text, string strLink)
Parameters
Type Name Description
string strText

The string text.

RectangleF text

The text.

string strLink

The string link.

DrawText(string[], float, float, float, float, string)

Draws the text.

Declaration
public void DrawText(string[] astrText, float left, float top, float width, float height, string strLink)
Parameters
Type Name Description
string[] astrText

The astr text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

DrawText(string[], RectangleF, string)

Draws the text.

Declaration
public void DrawText(string[] astrText, RectangleF text, string strLink)
Parameters
Type Name Description
string[] astrText

The astr text.

RectangleF text

The text.

string strLink

The string link.