Skip to content

UIScrollView.IsOverVerticalScrollbarTrack(Vector2) Method

Definition

Namespace: Brine2D.UI

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

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

Parameters

screenPosition System.Numerics.Vector2

Returns

System.Boolean