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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : WriteMetafileToMemory メソッド
The System.Drawing.Imaging.Metafile to write.
Writes a System.Drawing.Imaging.Metafile to a byte array.
シンタックス
'宣言
 
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.
参照

Utils クラス
Utils メンバ