Method SaveImage
SaveImage(string)
対象画像をファイルとして保存します。
Declaration
void SaveImage(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | 保存先のファイルパス。 |
SaveImage(string, int)
対象画像をファイルとして保存します。
Declaration
void SaveImage(string filePath, int imageQuality)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | 保存先のファイルパス。 |
| int | imageQuality | 画像品質。JPEG/WebP形式のみ対応 |