Region.Union
Union(RectangleF)
これを更新しますRegion
それ自体と指定されたものの結合にRectangleF
構造体.
public void Union(RectangleF rect)
パラメータ | タイプ | 説明 |
---|---|---|
rect | RectangleF | のRectangleF これと一体化する構造Region . |
関連項目
- struct RectangleF
- class Region
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Union(Rectangle)
これを更新しますRegion
それ自体と指定されたものの結合にRectangle
構造体.
public void Union(Rectangle rect)
パラメータ | タイプ | 説明 |
---|---|---|
rect | Rectangle | のRectangle これと一体化する構造Region . |
関連項目
- struct Rectangle
- class Region
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Union(GraphicsPath)
これを更新しますRegion
それ自体と指定されたものの結合にGraphicsPath
.
public void Union(GraphicsPath path)
パラメータ | タイプ | 説明 |
---|---|---|
path | GraphicsPath | のGraphicsPath これと合体するRegion . |
例外
例外 | 調子 |
---|---|
ArgumentNullException | path無効である。 |
関連項目
- class GraphicsPath
- class Region
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Union(Region)
これを更新しますRegion
それ自体と指定されたものの結合にRegion
.
public void Union(Region region)
パラメータ | タイプ | 説明 |
---|---|---|
region | Region | のRegion これと合体するRegion . |
例外
例外 | 調子 |
---|---|
ArgumentNullException | region無効である。 |
関連項目
- class Region
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD