public abstract static class Image.AfterCreate
extends com.aspose.ms.System.MulticastDelegate
After load function reference
Constructor and Description |
---|
AfterCreate() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(long[] maximum,
long imageSize,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(long[] maximum,
com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(long[] maximum,
long imageSize) |
public abstract void invoke(long[] maximum, long imageSize)
maximum
- The maximum processed value.imageSize
- Size of the image.public final com.aspose.ms.System.IAsyncResult beginInvoke(long[] maximum, long imageSize, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(long[] maximum, com.aspose.ms.System.IAsyncResult result)
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.