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