'Declaration Public Function IntersectsWith( _
ByVal rectThe rectangle to test.As VintasoftRect _
) As Boolean
public bool IntersectsWith(
VintasoftRect rect
)
public: bool IntersectsWith(
VintasoftRect rect
)
public:
bool IntersectsWith(
VintasoftRect rect
)
Parameters
- rect
- The rectangle to test.
Return Value
True if there is any intersection; otherwise, false.