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