Gorgon
Show / Hide Table of Contents

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 Source

EndUpdate(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.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author