'Declaration
Public Shared Function WriteMetafileToStream( _
ByVal As System.Drawing.Imaging.Metafile, _
ByVal As System.IO.Stream _
) As System.Boolean
public static System.bool WriteMetafileToStream(
System.Drawing.Imaging.Metafile ,
System.IO.Stream
)
Parameters
- metafile
- The System.Drawing.Imaging.Metafile to serialize.
- stream
- The target System.IO.Stream.
Return Value
True if metafile was successfully saved.