'Declaration
Public Function InclusiveIntersectsWith( _ ByVal rect As NRectangle _ ) As System.Boolean
'Usage
Dim instance As NRectangle Dim rect As NRectangle Dim value As System.Boolean value = instance.InclusiveIntersectsWith(rect)
public System.bool InclusiveIntersectsWith( NRectangle rect )
Parameters
- rect