[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText

DrawText Method

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

DrawText

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

DrawText(string, RectangleF)

DrawText

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

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

RS: CR 24033 - Keep the method with the old signature for the back compatibility

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

DrawText(string[], RectangleF)

DrawText

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

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

DrawText

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

DrawText(string, RectangleF, string)

DrawText

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

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

RS: CR 24033 - Keep the old method signature for the back compatibility

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

DrawText(string[], RectangleF, string)

DrawText

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