Skip to content

UIScrollView.IsOverHorizontalScrollbar(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns whether the given screen position is over the horizontal scrollbar thumb.

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

Parameters

screenPosition System.Numerics.Vector2

Returns

System.Boolean