Click or drag to resize

RectanglecontainedBy Method

Determine whether this rectangle is contained by the passed rectangle

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool containedBy(
	Rectangle r
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle
The rectangle that might contain this rectangle

Return Value

Type: Boolean
return true if the passed rectangle contains this rectangle, false if it does not
See Also