[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.IPatchableCanvas

IPatchableCanvas Interface

Represents a renderer for delayed content.

Namespace: GrapeCity.ActiveReports.Rendering.GraphicalRenderers
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IPatchableCanvas
Remarks

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.

Methods

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.

Extension Methods