PlayRecordCallback
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| PlayRecordCallback() |
Methods
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:
| Parameter | Type | Description |
|---|---|---|
| recordType | int | |
| flags | int | |
| dataSize | int | |
| recordData | byte[] |
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:
| Parameter | Type | Description |
|---|---|---|
| recordType | int | |
| flags | int | |
| dataSize | int | |
| recordData | byte[] | |
| callback | com.aspose.ms.System.AsyncCallback | |
| state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| result | com.aspose.ms.System.IAsyncResult |