Interface IGorgonImageUpdateFinalize
Functionality for editing the image using a fluent interface.
Namespace: Gorgon.Graphics.Imaging
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public interface IGorgonImageUpdateFinalize
Methods
| Edit this page View SourceEndUpdate(bool)
Function to finalize the update of the image and apply all changes.
Declaration
IGorgonImage EndUpdate(bool cancel = false)
Parameters
Type | Name | Description |
---|---|---|
bool | cancel | [Optional] true to cancel the operations, or false to commit them. |
Returns
Type | Description |
---|---|
IGorgonImage | The original interface for the image that was updated. |