'Declaration
Public Shared Function Intersection( _ ByVal a As NRectangle, _ ByVal b As NRectangle _ ) As NRectangle
'Usage
Dim a As NRectangle Dim b As NRectangle Dim value As NRectangle value = NRectangle.Intersection(a, b)
public static NRectangle Intersection( NRectangle a, NRectangle b )
Parameters
- a
- b