PrintDocument for WinForms
AsMetafile(Graphics,PageDrawParams) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > AsMetafile メソッド : AsMetafile(Graphics,PageDrawParams) メソッド
The reference graphics for the metafile.
The parameters used to draw the metafile.
Returns a System.Drawing.Imaging.Metafile representing the current page.
シンタックス
'宣言
 
Public Overloads Function AsMetafile( _
   ByVal referenceGraphics As System.Drawing.Graphics, _
   ByVal pdp As PageDrawParams _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim instance As C1Page
Dim referenceGraphics As System.Drawing.Graphics
Dim pdp As PageDrawParams
Dim value As System.Drawing.Imaging.Metafile
 
value = instance.AsMetafile(referenceGraphics, pdp)
public System.Drawing.Imaging.Metafile AsMetafile( 
   System.Drawing.Graphics referenceGraphics,
   PageDrawParams pdp
)

パラメータ

referenceGraphics
The reference graphics for the metafile.
pdp
The parameters used to draw the metafile.

戻り値の型

The System.Drawing.Imaging.Metafile representing the current page.
参照

C1Page クラス
C1Page メンバ
オーバーロード一覧