 | RectangleIContains Method (RectangleI) |
Checks whether this rectangle entirely encompasses the passed other one.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic bool Contains(
RectangleI other
)
Public Function Contains (
other As RectangleI
) As Boolean
public:
bool Contains(
RectangleI^ other
)
member Contains :
other : RectangleI -> bool
Parameters
- other
- Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to check.
Return Value
Type:
Booleantrue, if this rectangle contains
other, and
false otherwise.
See Also