DrawPatchableString Method (IPatchableCanvas)
In This Topic
Draws a temporary text to the canvas (if necessary) and remembers a place to be updated later.
Syntax
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