[]
Draws a temporary text to the canvas (if necessary) and remembers a place to be updated later.
void DrawPatchableString(PatchTargetId id, string text, FontInfo font, BrushEx brush, RectangleF bounds, StringFormatEx format)
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. |