DioDocs for PDF
DrawPath(IPath,Color,Single,DashStyle) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawPath メソッド : DrawPath(IPath,Color,Single,DashStyle) メソッド
An object implementing the IPath interface that represents the path to draw.
The color of lines used to draw the path.
The width of lines used to draw the path.
The style of lines used to draw the path (solid by default).
Draws a path using a specified line color, width and style.

If the value of lineStyle parameter is not DashStyle.Solid, the path is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

シンタックス
'宣言
 
Public Overloads Sub DrawPath( _
   ByVal path As IPath, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidth As System.Single, _
   Optional ByVal lineStyle As DashStyle _
) 
public void DrawPath( 
   IPath path,
   System.Drawing.Color lineColor,
   System.float lineWidth,
   DashStyle lineStyle
)

パラメータ

path
An object implementing the IPath interface that represents the path to draw.
lineColor
The color of lines used to draw the path.
lineWidth
The width of lines used to draw the path.
lineStyle
The style of lines used to draw the path (solid by default).
参照

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