バージョン 23.1 (最新)

RectangleExclude メソッド

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

パラメータ

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

戻り値の型

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