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
paintEventArgs
ScrollBarPaintEventArgsContains scrollbar annotation paint data.
annotations
IEnumerable<ScrollBarAnnotationPaintData>List of the annotations to be painted.
totalTextLinesCount
intTotal number of the text lines where annotations will be painted.
pageSizeInLines
intNumber of lines on page.
dpiScale
floatAnnotations scale factor.