[]
Determines if the rectangular region represented by otherRect
is entirely contained within this LayoutRect.
public bool Contains(LayoutRect otherRect)
Public Function Contains(otherRect As LayoutRect) As Boolean
Type | Name | Description |
---|---|---|
LayoutRect | otherRect | The LayoutRect to test or null to reference the owner LayoutView. |
Type | Description |
---|---|
bool | true if the rectangular region represented by |