'宣言 Public Shared Function WriteMetafileToMemory( _ ByVal metafile As System.Drawing.Imaging.Metafile _ ) As System.Byte()
public static System.byte[] WriteMetafileToMemory( System.Drawing.Imaging.Metafile metafile )
パラメータ
- metafile
- The System.Drawing.Imaging.Metafile to write.
戻り値の型
The byte array containing the metafile data.