1 implementation of Region
Microsoft.Maui.Controls (1)
GestureElement.cs (1)
58
Region ISpatialElement.
Region
{ get; set; }
1 write to Region
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\LabelExtensions.cs (1)
104
((ISpatialElement)span).
Region
= Region.FromLines(lineHeights.ToArray(), finalSize.Width, startRect.X, endRect.X, startRect.Top).Inflate(10);
2 references to Region
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
398
if (span.GestureRecognizers.Count > 0 && (((ISpatialElement)span).
Region
.Contains(point) || point.IsEmpty))
404
if (!((ISpatialElement)spans[i]).
Region
.Deflate().Contains(point))