SFML.Net
IntRectIntersects Method (IntRect) |
Check intersection between two rectangles
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public bool Intersects( IntRect rect )
Public Function Intersects ( rect As IntRect ) As Boolean
public: bool Intersects( IntRect rect )
member Intersects : rect : IntRect -> bool
Parameters
- rect
- Type: SFML.GraphicsIntRect
Rectangle to test
Return Value
Type: BooleanTrue if rectangles overlap
