| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
Graphics.EnumerateMetafileProcByte.beginInvoke(int recordType,
int flags,
int dataSize,
byte[] data,
PlayRecordCallback callbackData,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
com.aspose.ms.System.IAsyncResult |
Graphics.EnumerateMetafileProc.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 |
Graphics.EnumerateMetafileProcByte.invoke(int recordType,
int flags,
int dataSize,
byte[] data,
PlayRecordCallback callbackData) |
abstract boolean |
Graphics.EnumerateMetafileProc.invoke(int recordType,
int flags,
int dataSize,
com.aspose.ms.System.IntPtr data,
PlayRecordCallback callbackData)
Provides a callback method for the
EnumerateMetafile method. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.