Skip to content

UIScrollView.IsOverVerticalScrollbar(Vector2) Method

Definition

Namespace: Brine2D.UI

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

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

Parameters

screenPosition System.Numerics.Vector2

Returns

System.Boolean