Click or drag to resize
Point2DDrawTo Method
Plot a line from this point to that point using standard draw.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawTo(
	Point2D that
)

Parameters

that
Type: Algs4NetPoint2D
the other point
See Also