LineTo Method (Double, Double)

Adds a new point in the current line figure.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Function LineTo ( _
    x As Double, _
    y As Double _
) As GeometryFactory(Of T)
'Usage
Dim instance As GeometryFactory
Dim x As Double
Dim y As Double
Dim returnValue As GeometryFactory(Of T)

returnValue = instance.LineTo(x, y)
public GeometryFactory<T> LineTo(
    double x,
    double y
)
public:
GeometryFactory<T>^ LineTo(
    double x, 
    double y
)
member LineTo : 
        x:float * 
        y:float -> GeometryFactory<'T> 
public function LineTo(
    x : double, 
    y : double
) : GeometryFactory<T>

Parameters

Return Value

Type: System.Spatial..::..GeometryFactory< (Of < ( <'T> ) > ) >
The current instance of geometry factory.

See Also

Reference

GeometryFactory< (Of < ( <'T> ) > ) > Class

LineTo Overload

System.Spatial Namespace