'宣言 Public Shared Function WriteMetafileToStream( _ ByVal metafile As System.Drawing.Imaging.Metafile, _ ByVal stream As System.IO.Stream _ ) As System.Boolean
'使用法 Dim metafile As System.Drawing.Imaging.Metafile Dim stream As System.IO.Stream Dim value As System.Boolean value = Utils.WriteMetafileToStream(metafile, stream)
パラメータ
- metafile
- シリアライズする System.Drawing.Imaging.Metafile。
- stream
- ターゲット System.IO.Stream。
戻り値の型
メタファイルが正常に保存された場合は true。