[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawString

DrawString Method

DrawString(string, RectangleF)

Draws the specified text string within the given bounds.

Declaration
public void DrawString(string text, RectangleF bounds)
Parameters
Type Name Description
string text

The text string to draw.

RectangleF bounds

The bounding rectangle for the text, in twips.

Implements