 | RectangleFContains Method (RectangleF) |
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(
RectangleF other
)
Public Function Contains (
other As RectangleF
) As Boolean
public:
bool Contains(
RectangleF^ other
)
member Contains :
other : RectangleF -> bool
Parameters
- other
- Type: Slash.Math.Geometry.RectanglesRectangleF
Rectangle to check.
Return Value
Type:
Booleantrue, if this rectangle contains
other, and
false otherwise.
See Also