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