バージョン

Intersection(Rectangle) メソッド

指定した矩形との交差を取得します。
シンタックス
'宣言
 
Public Overloads Function Intersection( _
   ByVal rectangle As Rectangle _
) As Rectangle
public Rectangle Intersection( 
   Rectangle rectangle
)

パラメータ

rectangle
交差する矩形。

戻り値の型

指定した矩形との交差。
参照