'Declaration Public Shared Function _intersectionOfRectangle( _ ByVal ParamArray rectangles() As IRectangle _ ) As IRectangle
public static IRectangle _intersectionOfRectangle( params IRectangle[] rectangles )
Parameters
- rectangles
'Declaration Public Shared Function _intersectionOfRectangle( _ ByVal ParamArray rectangles() As IRectangle _ ) As IRectangle
public static IRectangle _intersectionOfRectangle( params IRectangle[] rectangles )