DioDocs for PDF
AddLine(Single,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > PathBuilder クラス > AddLine メソッド : AddLine(Single,Single) メソッド
The x-coordinate of the end point of the line to draw.
The y-coordinate of the end point of the line to draw.
Creates a line segment between the current point and the specified end point and adds it to the figure.
シンタックス
'宣言
 
Public Overloads Sub AddLine( _
   ByVal endPointX As System.Single, _
   ByVal endPointY As System.Single _
) 
public void AddLine( 
   System.float endPointX,
   System.float endPointY
)

パラメータ

endPointX
The x-coordinate of the end point of the line to draw.
endPointY
The y-coordinate of the end point of the line to draw.
参照

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