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 As IPath, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void AddLine(
IPath ,
System.float ,
System.float
)
パラメータ
- path
- The IPath object.
- x
- The x coordinate of the end point.
- y
- The y coordinate of the end point.
参照