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