MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers Namespace / IPatchableCanvas Interface / ApplyPatchToString Method
The text identifier to be updated.
The patch to be applied to the text.

In This Topic
ApplyPatchToString Method (IPatchableCanvas)
In This Topic
Apply patch to the text which was previously drawn using the DrawPatchableString method.
Syntax
'Declaration
 
Sub ApplyPatchToString( _
   ByVal id As PatchTargetId, _
   ByVal patch As StringPatch _
) 
 

Parameters

id
The text identifier to be updated.
patch
The patch to be applied to the text.
See Also