[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1PainterMerger

C1PainterMerger Class

Implements an IRichTextPainter that combines multiple IRichTextPainters.

Inheritance
C1PainterMerger
Implements
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1PainterMerger : IRichTextPainter

Constructors

Name Description
C1PainterMerger()

Constructs a new C1PainterMerger.

Properties

Name Description
Painters

Gets the collection of IRichTextPainter merged by this C1PainterMerger.

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.