public abstract static class Graphics.EnumerateMetafileProc
extends com.aspose.ms.System.MulticastDelegate
| Constructor and Description |
|---|
EnumerateMetafileProc() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(int recordType,
int flags,
int dataSize,
com.aspose.ms.System.IntPtr data,
PlayRecordCallback callbackData,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
abstract boolean |
invoke(int recordType,
int flags,
int dataSize,
com.aspose.ms.System.IntPtr data,
PlayRecordCallback callbackData)
Provides a callback method for the
EnumerateMetafile method. |
getDelegateId, getInvocationList, op_Equality, op_Inequalitypublic abstract boolean invoke(int recordType,
int flags,
int dataSize,
com.aspose.ms.System.IntPtr data,
PlayRecordCallback callbackData)
Provides a callback method for the EnumerateMetafile method.
recordType - Member of the EmfPlusRecordType enumeration that specifies the type of metafile record.flags - Set of flags that specify attributes of the record.dataSize - Number of bytes in the record data.data - Pointer to a buffer that contains the record data.callbackData - The argument is not used.public final com.aspose.ms.System.IAsyncResult beginInvoke(int recordType,
int flags,
int dataSize,
com.aspose.ms.System.IntPtr data,
PlayRecordCallback callbackData,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.