In This Topic
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
Syntax
'Declaration
Public Shared Sub AddLine( _
ByVal As IPath, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void AddLine(
IPath ,
System.float ,
System.float
)
Parameters
- path
- The IPath object.
- x
- The x coordinate of the end point.
- y
- The y coordinate of the end point.
See Also