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


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1GcGraphics クラス > 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 C1GcGraphics
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
参照

参照

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