ComponentOne RichTextBox for UWP
PaintInline Method (C1PaintingContext)

C1.Xaml.RichTextBox Namespace > C1PaintingContext Class : PaintInline Method
The line to paint inside of.
The left coordinate, in line coordinates.
The top coordinate, in line coordinates.
The C1PaintLayer where to paint.
The Windows.UI.Xaml.UIElement to paint.
Paints a Windows.UI.Xaml.UIElement inside a C1Line.
Syntax
'Declaration
 
Public Sub PaintInline( _
   ByVal line As C1Line, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal layer As C1PaintLayer, _
   ByVal element As Windows.UI.Xaml.FrameworkElement _
) 
public void PaintInline( 
   C1Line line,
   System.double left,
   System.double top,
   C1PaintLayer layer,
   Windows.UI.Xaml.FrameworkElement element
)

Parameters

line
The line to paint inside of.
left
The left coordinate, in line coordinates.
top
The top coordinate, in line coordinates.
layer
The C1PaintLayer where to paint.
element
The Windows.UI.Xaml.UIElement to paint.
See Also

Reference

C1PaintingContext Class
C1PaintingContext Members