[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1PaintingContext

C1PaintingContext Class

Provides the necessary context when painting rich text.

Inheritance
C1PaintingContext
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public class C1PaintingContext

Properties

Name Description
ViewManager

The C1RichTextViewManager painting.

Viewport

The viewport in document coordinates that is being painted.

Methods

Name Description
Paint(double, double, bool, FrameworkElement)

Paints a UIElement inside the appropriate C1RichTextPresenter.

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

Paints a UIElement inside a C1Line.