[]
This interface is implemented to provide custom painting inside a C1RichTextBox, or any C1RichTextViewManager client.
public interface IRichTextPainter
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. |