ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers Namespace / IPatchableCanvas Interface / DrawPatchableString Method
The text identifier by which it can be found and updated later.
The temporary text to be drawn first time.
The font to be used to draw the temporary and final texts.
The brush to be used to draw the temporary and final texts.
The bounds to be the temporary text drawn
The GrapeCity.ActiveReports.Drawing.StringFormatEx object representing text draw settings.

In This Topic
    DrawPatchableString Method (IPatchableCanvas)
    In This Topic
    Draws a temporary text to the canvas (if necessary) and remembers a place to be updated later.
    Syntax
    'Declaration
     
    Sub DrawPatchableString( _
       ByVal id As PatchTargetId, _
       ByVal text As String, _
       ByVal font As FontInfo, _
       ByVal brush As BrushEx, _
       ByVal bounds As RectangleF, _
       ByVal format As StringFormatEx _
    ) 
    void DrawPatchableString( 
       PatchTargetId id,
       string text,
       FontInfo font,
       BrushEx brush,
       RectangleF bounds,
       StringFormatEx format
    )

    Parameters

    id
    The text identifier by which it can be found and updated later.
    text
    The temporary text to be drawn first time.
    font
    The font to be used to draw the temporary and final texts.
    brush
    The brush to be used to draw the temporary and final texts.
    bounds
    The bounds to be the temporary text drawn
    format
    The GrapeCity.ActiveReports.Drawing.StringFormatEx object representing text draw settings.
    See Also