FlexReport for WinForms
DrawPath(Line,Double,IPath) メソッド


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス > DrawPath メソッド : DrawPath(Line,Double,IPath) メソッド
シンタックス
'宣言
 
Public Overloads Sub DrawPath( _
   ByVal line As Line, _
   ByVal lineWidth As System.Double, _
   ByVal path As IPath _
) 
'使用法
 
Dim instance As C1Graphics
Dim line As Line
Dim lineWidth As System.Double
Dim path As IPath
 
instance.DrawPath(line, lineWidth, path)
public void DrawPath( 
   Line line,
   System.double lineWidth,
   IPath path
)

パラメータ

line
lineWidth
path
参照

参照

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