Method Write
Write(string, bool)
Writes image file
Declaration
public abstract bool Write(string filePath, bool overwrite)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | Destination file path |
bool | overwrite | If true, existing files will be overwritten |
Returns
Type | Description |
---|---|
bool | True if writing succeeded, false otherwise |