[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawString

DrawString Method

DrawString(string, RectangleF)

Draws the specified text at the specified location using the specified device context, font, and color.

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

The text to draw.///

RectangleF bounds

The rectangle that bounds the text.///

Implements