Interface IScrollBarAnnotationsPainter
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.