Graphics.EnumerateMetafileProc
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract static class Graphics.EnumerateMetafileProc extends System.MulticastDelegate
Constructors
Constructor | Description |
---|---|
EnumerateMetafileProc() |
Methods
Method | Description |
---|---|
invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData) | Provides a callback method for the EnumerateMetafile method. |
beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state) |
EnumerateMetafileProc()
public EnumerateMetafileProc()
invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData)
public abstract boolean invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData)
Provides a callback method for the EnumerateMetafile
method.
Parameters:
Parameter | Type | Description |
---|---|---|
recordType | int | Member of the EmfPlusRecordType enumeration that specifies the type of metafile record. |
flags | int | Set of flags that specify attributes of the record. |
dataSize | int | Number of bytes in the record data. |
data | com.aspose.ms.System.IntPtr | Pointer to a buffer that contains the record data. |
callbackData | PlayRecordCallback | The argument is not used. |
Returns: boolean - Return true if you want to continue enumerating records; otherwise, false.
beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state)
Parameters:
Parameter | Type | Description |
---|---|---|
recordType | int | |
flags | int | |
dataSize | int | |
data | com.aspose.ms.System.IntPtr | |
callbackData | PlayRecordCallback | |
callback | com.aspose.ms.System.AsyncCallback | |
state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult