PixelRectContains(PixelRect) Method
Determines whether the rectangle fully contains another rectangle.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Contains(
PixelRect r
)
Public Function Contains (
r As PixelRect
) As Boolean
member Contains :
r : PixelRect -> bool
- r PixelRect
- The rectangle.
Booleantrue if the rectangle is fully contained; otherwise false.