Method Paste
Paste(IMenouImage, int, int, double)
指定した画像を重ねた新しい画像を作成します。
Declaration
IMenouImage Paste(IMenouImage image, int x = 0, int y = 0, double opacity = 1)
Parameters
| Type | Name | Description |
|---|---|---|
| IMenouImage | image | 重ねる対象の画像。 |
| int | x | ペースト原点X座標。 |
| int | y | ペースト原点Y座標。 |
| double | opacity | 重ねる画像の不透明度 (0.0 - 1.0) |
Returns
| Type | Description |
|---|---|
| IMenouImage | 重ねた結果の画像オブジェクト。画像サイズは元画像に準じます。 |