[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.IPatchableCanvas.DrawPatchableString

DrawPatchableString Method

DrawPatchableString(PatchTargetId, string, FontInfo, BrushEx, RectangleF, StringFormatEx)

Draws a temporary text to the canvas (if necessary) and remembers a place to be updated later.

Declaration
void DrawPatchableString(PatchTargetId id, string text, FontInfo font, BrushEx brush, RectangleF bounds, StringFormatEx format)
Parameters
Type Name Description
PatchTargetId id

The text identifier by which it can be found and updated later.

string text

The temporary text to be drawn first time.

FontInfo font

The font to be used to draw the temporary and final texts.

BrushEx brush

The brush to be used to draw the temporary and final texts.

RectangleF bounds

The bounds to be the temporary text drawn

StringFormatEx format

The StringFormatEx object representing text draw settings.