RichTextBox for WinRT
PaintInline Method (IRichTextPainter)


A C1PaintingContext providing information for the current document section being painted.
The C1Line being painted.
This method is called each time the C1RichTextViewManager paints a C1Line.
Syntax
'Declaration
 
Sub PaintInline( _
   ByVal context As C1PaintingContext, _
   ByVal line As C1Line _
) 
'Usage
 
Dim instance As IRichTextPainter
Dim context As C1PaintingContext
Dim line As C1Line
 
instance.PaintInline(context, line)
void PaintInline( 
   C1PaintingContext context,
   C1Line line
)

Parameters

context
A C1PaintingContext providing information for the current document section being painted.
line
The C1Line being painted.
Remarks

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.

Requirements

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

See Also

Reference

IRichTextPainter Interface
IRichTextPainter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback