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