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