PDF for .NET
DrawPath(Pen,GraphicsPath,Boolean) メソッド

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > C1PdfDocument クラス > DrawPath メソッド : DrawPath(Pen,GraphicsPath,Boolean) メソッド
指定されたパスのストロークに使用される System.Drawing.Pen
描画する System.Drawing.Drawing2D.GraphicsPath
閉じたパス(図形)かどうか。
System.Drawing.Drawing2D.GraphicsPathオブジェクトで定義されるパスを描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawPath( _
   ByVal pen As System.Drawing.Pen, _
   ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
   ByVal close As System.Boolean _
) 
public void DrawPath( 
   System.Drawing.Pen pen,
   System.Drawing.Drawing2D.GraphicsPath path,
   System.bool close
)

パラメータ

pen
指定されたパスのストロークに使用される System.Drawing.Pen
path
描画する System.Drawing.Drawing2D.GraphicsPath
close
閉じたパス(図形)かどうか。
参照

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