RichTextBox for WPF | ComponentOne
C1.WPF.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 System.Windows.UIElement to paint.

In This Topic
    PaintInline Method (C1PaintingContext)
    In This Topic
    Paints a System.Windows.UIElement inside a C1Line.
    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 _
    ) 

    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 System.Windows.UIElement to paint.
    See Also