C1.WPF.RichTextBox Namespace > IRichTextPainter Interface : PaintInline Method |
'Declaration
Sub PaintInline( _ ByVal context As C1PaintingContext, _ ByVal line As C1Line _ )
void PaintInline( C1PaintingContext context, C1Line line )
Any UIElement that is to be painted with the rich text inside the line is passed to C1PaintingContext.PaintInline. Note that each time this method is called, all UIElements must be painted by calling C1PaintingContext.PaintInline, otherwise they will be removed.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2