Class ScrollBarAnnotationsPaintRequest
Represents data of the scroll bar annotation for painting purposes.
public class ScrollBarAnnotationsPaintRequest
- Inheritance
-
ScrollBarAnnotationsPaintRequest
Constructors
- ScrollBarAnnotationsPaintRequest(ScrollBarPaintEventArgs, IEnumerable<ScrollBarAnnotationPaintData>, int, int, float)
Initializes a new instance of the
ScrollBarAnnotationsPaintRequest
class with specified parameters.
Properties
- Annotations
Represents list of the annotations to be painted.
- DpiScale
Represents annotations scale factor.
- PageSizeInLines
Represents number of lines on page.
- PaintEventArgs
Represents scrollbar annotation paint data.
- TotalTextLinesCount
Represents total number of the text lines where annotations will be painted.