[]
Represents a renderer for delayed content.
public interface IPatchableCanvas
This interface should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Name | Description |
---|---|
ApplyPatchToString(PatchTargetId, StringPatch) | Apply patch to the text which was previously drawn using the DrawPatchableString(PatchTargetId, string, FontInfo, BrushEx, RectangleF, StringFormatEx) 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. |