Table of Contents

Constructor ScrollBarPaintEventArgs

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

ScrollBarPaintEventArgs(Graphics, Rectangle, Rectangle)

Initializes a new instance of the ScrollBarPaintEventArgs class with specified parameters.

public ScrollBarPaintEventArgs(Graphics graphics, Rectangle scrollBarRect, Rectangle trackRect)

Parameters

graphics Graphics

The Graphics object to draw on.

scrollBarRect Rectangle

Bounding rectangle fo the scrollbar area.

trackRect Rectangle

Rectangle that bounds the drawing area for the scrollbar annotation.