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