Pdf for UWP
DrawPath メソッド

C1.UWP.Pdf アセンブリ > C1.Xaml.Pdf 名前空間 > C1PdfDocument クラス : DrawPath メソッド
指定されたパスのストロークに使用される Pen
描画するパスのポイント。
描画するパスのタイプ。
閉じたパス(図形)かどうか。
ポイントとタイプで定義されるパスを描画します。
シンタックス
'宣言
 
Public Sub DrawPath( _
   ByVal pen As Pen, _
   ByVal points() As Windows.Foundation.Point, _
   ByVal types() As System.Byte, _
   ByVal close As System.Boolean _
) 
public void DrawPath( 
   Pen pen,
   Windows.Foundation.Point[] points,
   System.byte[] types,
   System.bool close
)

パラメータ

pen
指定されたパスのストロークに使用される Pen
points
描画するパスのポイント。
types
描画するパスのタイプ。
close
閉じたパス(図形)かどうか。
参照

C1PdfDocument クラス
C1PdfDocument メンバ