IDevice.LineTo

IDevice.LineTo method

Appends a straight line segment from the current point to the point (pt). The new current point is pt.

public void LineTo(PointF pt)
ParameterTypeDescription
ptPointFPoint of where to create the line to.

See Also