Document Library for WinForms
WriteMetafileToStream メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : WriteMetafileToStream メソッド
The System.Drawing.Imaging.Metafile to serialize.
The target System.IO.Stream.
Serializes a System.Drawing.Imaging.Metafile to a System.IO.Stream.
シンタックス
'宣言
 
Public Shared Function WriteMetafileToStream( _
   ByVal metafile As System.Drawing.Imaging.Metafile, _
   ByVal stream As System.IO.Stream _
) As System.Boolean
public static System.bool WriteMetafileToStream( 
   System.Drawing.Imaging.Metafile metafile,
   System.IO.Stream stream
)

パラメータ

metafile
The System.Drawing.Imaging.Metafile to serialize.
stream
The target System.IO.Stream.

戻り値の型

True if metafile was successfully saved.
参照

Utils クラス
Utils メンバ