Graphics.EnumerateMetafileProc

Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract static class Graphics.EnumerateMetafileProc extends System.MulticastDelegate

Constructors

ConstructorDescription
EnumerateMetafileProc()

Methods

MethodDescription
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:

ParameterTypeDescription
recordTypeintMember of the EmfPlusRecordType enumeration that specifies the type of metafile record.
flagsintSet of flags that specify attributes of the record.
dataSizeintNumber of bytes in the record data.
datacom.aspose.ms.System.IntPtrPointer to a buffer that contains the record data.
callbackDataPlayRecordCallbackThe 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:

ParameterTypeDescription
recordTypeint
flagsint
dataSizeint
datacom.aspose.ms.System.IntPtr
callbackDataPlayRecordCallback
callbackcom.aspose.ms.System.AsyncCallback
statejava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult