[]
Implements an IRichTextPainter that combines multiple IRichTextPainters.
public class C1PainterMerger : IRichTextPainter
| Name | Description |
|---|---|
| C1PainterMerger() | Constructs a new C1PainterMerger. |
| Name | Description |
|---|---|
| Painters | Gets the collection of IRichTextPainter merged by this C1PainterMerger. |
| 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. |
| Name | Description |
|---|---|
| PainterChanged | Fired when the painter needs to repaint a text range. |