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
- paintEventArgsScrollBarPaintEventArgs
- Contains scrollbar annotation paint data. 
- annotationsIEnumerable<ScrollBarAnnotationPaintData>
- List of the annotations to be painted. 
- totalTextLinesCountint
- Total number of the text lines where annotations will be painted. 
- pageSizeInLinesint
- Number of lines on page. 
- dpiScalefloat
- Annotations scale factor.