バージョン

RectangleExclude メソッド

除外四角形ジオメトリック ユーティリティ関数。ユニオン関数の反対を効果的に。
シンタックス
'宣言
 
Public Shared Function RectangleExclude( _
   ByVal sourceRect As RectangleF, _
   ByVal removeRect As RectangleF _
) As RectangleF
public static RectangleF RectangleExclude( 
   RectangleF sourceRect,
   RectangleF removeRect
)

パラメータ

sourceRect
元の四角形。
removeRect
オリジナルから削除する四角形。

戻り値の型

removeRect と交差しない sourceRect の部分を表す四角形。
参照