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