[]
Reads a Metafile from a byte array.
public static Metafile ReadMetafileFromMemory(byte[] imageData)
Type | Name | Description |
---|---|---|
byte[] | imageData | The byte array containing the Metafile data. |
Type | Description |
---|---|
Metafile | The newly created Metafile or null if metafile can not be created from specified data. |