Paints a UIElement inside a C1Line.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void PaintInline(
	C1Line line,
	double left,
	double top,
	C1PaintLayer layer,
	FrameworkElement element
)
Visual Basic
Public Sub PaintInline ( _
	line As C1Line, _
	left As Double, _
	top As Double, _
	layer As C1PaintLayer, _
	element As FrameworkElement _
)

Parameters

line
Type: C1.Phone.RichTextBox..::..C1Line
The line to paint inside of.
left
Type: System..::..Double
The left coordinate, in line coordinates.
top
Type: System..::..Double
The top coordinate, in line coordinates.
layer
Type: C1.Phone.RichTextBox..::..C1PaintLayer
The C1PaintLayer where to paint.
element
Type: System.Windows..::..FrameworkElement
The UIElement to paint.

See Also