[]
Serializes a System.Drawing.Imaging.Metafile to a System.IO.Stream.
public static bool WriteMetafileToStream(Metafile metafile, Stream stream)
Public Shared Function WriteMetafileToStream(metafile As Metafile, stream As Stream) As Boolean
| Type | Name | Description |
|---|---|---|
| Metafile | metafile | The System.Drawing.Imaging.Metafile to serialize. |
| Stream | stream | The target System.IO.Stream. |
| Type | Description |
|---|---|
| bool | True if metafile was successfully saved. |