'宣言Public Shared Function _unionOfRectangles( _ ByVal ParamArray rectangles() As IRectangle _ ) As IRectangle
public static IRectangle _unionOfRectangles( params IRectangle[] rectangles )
パラメータ
- rectangles
'宣言Public Shared Function _unionOfRectangles( _ ByVal ParamArray rectangles() As IRectangle _ ) As IRectangle
public static IRectangle _unionOfRectangles( params IRectangle[] rectangles )