Contains(PixelRect) Method
Determines whether the rectangle fully contains another rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Contains(
PixelRect r
)
Public Function Contains (
r As PixelRect
) As Boolean
member Contains :
r : PixelRect -> bool
Parameters
- PixelRect
- The rectangle.
Return Value
Boolean
true if the rectangle is fully contained; otherwise false.