Constructor ScrollBarAnnotationsPaintRequest
ScrollBarAnnotationsPaintRequest(ScrollBarPaintEventArgs, IEnumerable<ScrollBarAnnotationPaintData>, int, int, float)
Initializes a new instance of the ScrollBarAnnotationsPaintRequest class with specified parameters.
public ScrollBarAnnotationsPaintRequest(ScrollBarPaintEventArgs paintEventArgs, IEnumerable<ScrollBarAnnotationPaintData> annotations, int totalTextLinesCount, int pageSizeInLines, float dpiScale)
Parameters
paintEventArgsScrollBarPaintEventArgsContains scrollbar annotation paint data.
annotationsIEnumerable<ScrollBarAnnotationPaintData>List of the annotations to be painted.
totalTextLinesCountintTotal number of the text lines where annotations will be painted.
pageSizeInLinesintNumber of lines on page.
dpiScalefloatAnnotations scale factor.