Creates a line segment between the current point and the specified end point and adds it to the figure.
シンタックス
'宣言
Public Overloads Sub AddLine( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AddLine(
System.float ,
System.float
)
パラメータ
- 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.
参照