Paints a UIElement inside the appropriate C1RichTextPresenter.

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

Syntax

C#
public void Paint(
	double left,
	double top,
	bool clip,
	FrameworkElement element
)
Visual Basic
Public Sub Paint ( _
	left As Double, _
	top As Double, _
	clip As Boolean, _
	element As FrameworkElement _
)

Parameters

left
Type: System..::..Double
The left coordinate, in document coordinates.
top
Type: System..::..Double
The top coordinate, in document coordinates.
clip
Type: System..::..Boolean
A Boolean indicating whether the UIElement should be clipped to the C1RichTextPresenter boundaries.
element
Type: System.Windows..::..FrameworkElement
The UIElement to paint.

See Also