ComponentOne RichTextBox for WPF and Silverlight
PaintInline Method (C1PaintingContext)

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.
Paints a System.Windows.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 System.Windows.FrameworkElement _
) 
public void PaintInline( 
   C1Line line,
   System.double left,
   System.double top,
   C1PaintLayer layer,
   System.Windows.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 System.Windows.UIElement to paint.
See Also

Reference

C1PaintingContext Class
C1PaintingContext Members