Skip to content

UIScrollView.IsOverHorizontalScrollbarTrack(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns whether the given screen position is over the horizontal scrollbar track area \(the full scrollbar row, including the thumb\).

C#
internal bool IsOverHorizontalScrollbarTrack(System.Numerics.Vector2 screenPosition);

Parameters

screenPosition System.Numerics.Vector2

Returns

System.Boolean