Interface IMaskingAsyncTask
Interface IMaskingAsyncTask
Namespace: Aspose.Imaging.Masking
Assembly: Aspose.Imaging.dll (25.8.0)
Represents the masking async task.
public interface IMaskingAsyncTask : IAsyncTask, IAsyncResult, IDisposableImplements
IAsyncTask , IAsyncResult , IDisposable
Methods
GetError()
Returns an error of masking operation
string GetError()Returns
The task error.
GetMaskingResult()
Returns the result of masking operation
MaskingResult GetMaskingResult()Returns
The result of this task.