[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.IRichTextPainter

IRichTextPainter Interface

This interface is implemented to provide custom painting inside a C1RichTextBox, or any C1RichTextViewManager client.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public interface IRichTextPainter

Methods

Name Description
Paint(C1PaintingContext)

This method is called each time the C1RichTextViewManager paints.

PaintInline(C1PaintingContext, C1Line)

This method is called each time the C1RichTextViewManager paints a C1Line.

Events

Name Description
PainterChanged

Fired when the painter needs to repaint a text range.