PyCDC.LineTo

LineTo(point)

Draws a line to a specified point, using the currently selected pen.

Parameters

point : (x,y)

The point coordinate to draw to.

Alternative Parameters

x

The x coordinate to draw to.

y

The y coordinate to draw to.

MFC References

CDC::LineTo