[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.IDrawingCanvas.DrawString

DrawString Method

DrawString(string, FontInfo, BrushEx, RectangleF, StringFormatEx)

Draws the specified text string at the specified location with the specified Brush and Font objects. using the specified layout rectangle and formatting attributes of the specified StringFormat object.

Declaration
void DrawString(string value, FontInfo font, BrushEx brush, RectangleF layoutRectangle, StringFormatEx format)
Parameters
Type Name Description
string value
FontInfo font
BrushEx brush
RectangleF layoutRectangle
StringFormatEx format