[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1PaintingContext.Paint

Paint Method

Paint(double, double, bool, FrameworkElement)

Paints a UIElement inside the appropriate C1RichTextPresenter.

Declaration
public void Paint(double left, double top, bool clip, FrameworkElement element)
Parameters
Type Name Description
double left

The left coordinate, in document coordinates.

double top

The top coordinate, in document coordinates.

bool clip

A Boolean indicating whether the UIElement should be clipped to the C1RichTextPresenter boundaries.

FrameworkElement element

The UIElement to paint.