Determine whether this rectangle contains the passed rectangle
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool Contains(
Rectangle r
)
Public Function Contains (
r As Rectangle
) As Boolean
public:
bool Contains(
Rectangle r
)
member Contains :
r : Rectangle -> bool
Parameters
- r
- Type: VelocityDBExtensions.SpatialRectangle
The rectangle that might be contained by this rectangle
Return Value
Type:
Booleanreturn true if this rectangle contains the passed rectangle, false if it does not
See Also