DioDocs for PDF
AddLine メソッド (PathExt)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > PathExt クラス : AddLine メソッド
The IPath object.
The x coordinate of the end point.
The y coordinate of the end point.
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
シンタックス
'宣言
 
Public Shared Sub AddLine( _
   ByVal path As IPath, _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
public static void AddLine( 
   IPath path,
   System.float x,
   System.float y
)

パラメータ

path
The IPath object.
x
The x coordinate of the end point.
y
The y coordinate of the end point.
参照

PathExt クラス
PathExt メンバ