Contains(Rect) 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(
Rect r
)
Public Function Contains (
r As Rect
) As Boolean
member Contains :
r : Rect -> bool
Parameters
- Rect
- The rectangle.
Return Value
Boolean
true if the rectangle is fully contained; otherwise false.