PlayRecordCallback

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

public abstract class PlayRecordCallback extends System.MulticastDelegate

This delegate is not used. For an example of enumerating the records of a metafile, see Graphics.enumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProc).

Constructors

ConstructorDescription
PlayRecordCallback()

Methods

MethodDescription
invoke(int recordType, int flags, int dataSize, byte[] recordData)
beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

PlayRecordCallback()

public PlayRecordCallback()

invoke(int recordType, int flags, int dataSize, byte[] recordData)

public abstract void invoke(int recordType, int flags, int dataSize, byte[] recordData)

Parameters:

ParameterTypeDescription
recordTypeint
flagsint
dataSizeint
recordDatabyte[]

beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state)

public final System.IAsyncResult beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state)

Parameters:

ParameterTypeDescription
recordTypeint
flagsint
dataSizeint
recordDatabyte[]
callbackcom.aspose.ms.System.AsyncCallback
statejava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParameterTypeDescription
resultcom.aspose.ms.System.IAsyncResult