RectangleF.Intersect
Intersect(RectangleF, RectangleF)
を返しますRectangleF
2 つの長方形の交点を表す構造。交差点がなく、空いている場合RectangleF
返されます.
public static RectangleF Intersect(RectangleF a, RectangleF b)
パラメータ | タイプ | 説明 |
---|---|---|
a | RectangleF | 交差する最初の四角形。 |
b | RectangleF | 交差する 2 番目の四角形。 |
戻り値
三分の一RectangleF
指定された 2 つの長方形の重なり合う領域を表すサイズの構造体。
関連項目
- struct RectangleF
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Intersect(RectangleF)
これを置き換えますRectangleF
それ自体と指定されたものとの交点を持つ構造RectangleF
構造体.
public void Intersect(RectangleF rect)
パラメータ | タイプ | 説明 |
---|---|---|
rect | RectangleF | 交差する四角形。 |
関連項目
- struct RectangleF
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD