'Declaration Public Shared Function WriteMetafileToMemory( _ ByVal metafile As System.Drawing.Imaging.Metafile _ ) As System.Byte()
public static System.byte[] WriteMetafileToMemory( System.Drawing.Imaging.Metafile metafile )
Parameters
- metafile
- The System.Drawing.Imaging.Metafile to write.
Return Value
The byte array containing the metafile data.