RichTextBox for UWP | ComponentOne
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.

In This Topic
    PaintInline Method (C1PaintingContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub PaintInline( _
       ByVal line As C1Line, _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal layer As C1PaintLayer, _
       ByVal element As FrameworkElement _
    ) 
    public void PaintInline( 
       C1Line line,
       double left,
       double top,
       C1PaintLayer layer,
       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