Table of Contents

Field ScrollRectangles

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Represents a collection of rectangles associated with different hit test results for a scroll bar.

public readonly EnumArray<ScrollBarDrawable.HitTestResult, RectD> ScrollRectangles

Returns

EnumArray<ScrollBarDrawable.HitTestResult, RectD>
Represents a collection of rectangles associated with different hit test results for a scroll bar.

Remarks

This field provides a mapping between ScrollBarDrawable.HitTestResult values and their corresponding rectangular areas, which can be used to determine the specific region of a scroll bar that is being interacted with.