PDF for .NET
DrawMetafile メソッド (C1PdfDocument)

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス : DrawMetafile メソッド
描画するメタファイルオブジェクト。
描画画像の位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF 構造体。
ページ内のクリッピング四角形を指定する System.Drawing.RectangleF 構造体。このクリッピング四角形の外に画像の一部が描画されることはありません。
すべての文字列をクリップするかどうか。
特定のデータの測定単位。
メタファイルを描画します。
シンタックス
'宣言
 
Public Sub DrawMetafile( _
   ByVal meta As System.Drawing.Imaging.Metafile, _
   ByVal rcImage As System.Drawing.RectangleF, _
   ByVal rcClip As System.Drawing.RectangleF, _
   ByVal clipAllStrings As System.Boolean, _
   ByVal unit As System.Drawing.GraphicsUnit _
) 
public void DrawMetafile( 
   System.Drawing.Imaging.Metafile meta,
   System.Drawing.RectangleF rcImage,
   System.Drawing.RectangleF rcClip,
   System.bool clipAllStrings,
   System.Drawing.GraphicsUnit unit
)

パラメータ

meta
描画するメタファイルオブジェクト。
rcImage
描画画像の位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF 構造体。
rcClip
ページ内のクリッピング四角形を指定する System.Drawing.RectangleF 構造体。このクリッピング四角形の外に画像の一部が描画されることはありません。
clipAllStrings
すべての文字列をクリップするかどうか。
unit
特定のデータの測定単位。
参照

C1PdfDocument クラス
C1PdfDocument メンバ