public bool IntersectsWith(
LeadRect
)
'Declaration
Public Function IntersectsWith( _
ByVal As LeadRect _
) As Boolean
'Usage
Dim instance As LeadRect
Dim rect As LeadRect
Dim value As Boolean
value = instance.IntersectsWith(rect)
public bool IntersectsWith(
LeadRect rect
)
int LeadRect_IntersectsWith(LeadRect rect, LeadRect testRect);
public boolean intersectsWith(LeadRect rect)
function Leadtools.LeadRect.IntersectsWith(
rect
)
public:
bool IntersectsWith(
LeadRect
)
Parameters
- rect
- The rectangle to test.
Return Value
This method returns true if there is any intersection; false otherwise.