public abstract static class Graphics.DrawImageAbort
extends com.aspose.ms.System.MulticastDelegate
| Constructor and Description |
|---|
DrawImageAbort() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(com.aspose.ms.System.IntPtr callbackdata,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
boolean |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract boolean |
invoke(com.aspose.ms.System.IntPtr callbackdata)
Provides a callback method for deciding when the
DrawImage method should prematurely cancel execution and stop drawing an image. |
getDelegateId, getInvocationList, op_Equality, op_Inequalitypublic abstract boolean invoke(com.aspose.ms.System.IntPtr callbackdata)
Provides a callback method for deciding when the DrawImage method should prematurely cancel execution and stop drawing an image.
callbackdata - Internal pointer that specifies data for the callback method. This parameter is not passed by all DrawImage overloads. You can test for its absence by checking for the value System.IntPtr.Zero.DrawImage method should prematurely stop execution. Otherwise it returns false to indicate that the DrawImage method should continue execution.public final com.aspose.ms.System.IAsyncResult beginInvoke(com.aspose.ms.System.IntPtr callbackdata,
com.aspose.ms.System.AsyncCallback callback,
Object state)
public final boolean endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.