[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1PaintingContext.PaintInline

PaintInline Method

PaintInline(C1Line, double, double, C1PaintLayer, FrameworkElement)

Paints a UIElement inside a C1Line.

Declaration
public void PaintInline(C1Line line, double left, double top, C1PaintLayer layer, FrameworkElement element)
Parameters
Type Name Description
C1Line line

The line to paint inside of.

double left

The left coordinate, in line coordinates.

double top

The top coordinate, in line coordinates.

C1PaintLayer layer

The C1PaintLayer where to paint.

FrameworkElement element

The UIElement to paint.