IMaskingAsyncTask

All Implemented Interfaces: com.aspose.imaging.asynctask.IAsyncTask

public interface IMaskingAsyncTask extends IAsyncTask

Représente la tâche asynchrone de masquage.

Méthodes

MéthodeDescription
getMaskingResult()Renvoie le résultat de l’opération de masquage
getErrorString()Renvoie une erreur de l’opération de masquage

getMaskingResult()

public abstract MaskingResult getMaskingResult()

Renvoie le résultat de l’opération de masquage

Returns: MaskingResult - The result of this task.

getErrorString()

public abstract String getErrorString()

Renvoie une erreur de l’opération de masquage

Returns: java.lang.String - L’erreur de la tâche.