Table of Contents

Interface IScrollBarAnnotationsPainter

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents methods to paint scrollbar annotations.

public interface IScrollBarAnnotationsPainter : IDisposable

Methods

Initialize(TextEditor, IScrollBarAnnotationsPainterSite)

When implemented by a class, initializes an instance of the IScrollBarAnnotationsPainter class with a specified owner.

Paint(DrawingContext, Rect)

When implemented by a class, draws annotations using the specified DrawingContext.

RedrawAnnotations()

When implemented by a class, updates the layout and redraws all scrollbar annotations.