Interface IMaskingAsyncTask

Interface IMaskingAsyncTask

Namespace: Aspose.Imaging.Masking
Assembly: Aspose.Imaging.dll (25.7.0)

Represents the masking async task.

public interface IMaskingAsyncTask
    : IAsyncTask, IAsyncResult, IDisposable
{
}

Implements

IAsyncTask , IAsyncResult , IDisposable

Methods

GetError()

Returns an error of masking operation

string GetError()
 {
 }

Returns

string

The task error.

GetMaskingResult()

Returns the result of masking operation

MaskingResult GetMaskingResult();
   {
   }

Returns

MaskingResult

The result of this task.

 English