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